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

/linux-4.4.14/arch/h8300/boot/compressed/
H A DMakefile12 # IMAGE_OFFSET is the load offset of the compression loader
18 IMAGE_OFFSET := $(shell printf "0x%08x" $$(($(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET)))) macro
21 LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -estartup -T $(obj)/vmlinux.lds \
/linux-4.4.14/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.4.14/arch/mn10300/boot/
H A DMakefile28 $(Q)$(MAKE) $(build)=$(obj)/compressed IMAGE_OFFSET=$(IMAGE_OFFSET) $@
/linux-4.4.14/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 88 milliseconds