Searched refs:IMAGE_OFFSET (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/m32r/boot/compressed/
H A DMakefile13 # IMAGE_OFFSET is the load offset of the compression loader
15 #IMAGE_OFFSET := $(shell printf "0x%08x" $$[$(CONFIG_MEMORY_START)+0x2000])
16 #IMAGE_OFFSET := $(shell printf "0x%08x" $$[$(CONFIG_MEMORY_START)+0x00400000])
/linux-4.1.27/arch/mn10300/boot/
H A DMakefile28 $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
/linux-4.1.27/arch/sh/boot/compressed/
H A DMakefile17 # IMAGE_OFFSET is the load offset of the compression loader
20 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
24 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
35 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \

Completed in 110 milliseconds