--- arm-kernel-shim-1.2/Makefile~ 2007-02-06 16:44:31.000000000 +1030 +++ arm-kernel-shim-1.2/Makefile 2007-02-06 16:56:12.000000000 +1030 @@ -9,7 +9,8 @@ OBJCOPY=$(TOOLS)objcopy CFLAGS:=-g -Os -nostartfiles -nostdlib -LDFLAGS:= -g -X -Map shim.map -Ttext 0 +# LDFLAGS:= -g -X -Map shim.map -Ttext 0 +LDFLAGS:= -g -X -Map shim.map -Ttext 0 --section-start .boot=1fb SRCS:= shim.lds main.c OBJS:=$(SRCS:.c=.o)