blob: 6e6c9460a59ef4504ecfa82d31f7563830991f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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)
|