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

/linux-master/arch/sh/boot/compressed/
H A DMakefile15 # IMAGE_OFFSET is the load offset of the compression loader
18 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
22 IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ macro
30 LDFLAGS_vmlinux := --oformat $(ld-bfd) -Ttext $(IMAGE_OFFSET) -e startup \

Completed in 184 milliseconds