分类: LINUX
2015-09-30 15:27:06
TEXT_OFFSET在arch/arm/Makefile文件中定义:
111 textofs-y := 0x00008000
112 textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000
113 # We don't want the htc bootloader to corrupt kernel during resume
114 textofs-$(CONFIG_PM_H1940) := 0x00108000
115 # SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory
116 ifeq ($(CONFIG_ARCH_SA1100),y)
117 textofs-$(CONFIG_SA1111) := 0x00208000
118 endif