|
@@ -59,7 +59,7 @@ $(obj)/vmlinux: $(obj)/vmlinux.lds $(obj)/head.o $(obj)/piggy.o \
|
|
# We now have a PIC decompressor implementation. Decompressors running
|
|
# We now have a PIC decompressor implementation. Decompressors running
|
|
# from RAM should not define ZTEXTADDR. Decompressors running directly
|
|
# from RAM should not define ZTEXTADDR. Decompressors running directly
|
|
# from ROM or Flash must define ZTEXTADDR (preferably via the config)
|
|
# from ROM or Flash must define ZTEXTADDR (preferably via the config)
|
|
-ZTEXTADDR := 0
|
|
|
|
|
|
+ZTEXTADDR := 0x03000000
|
|
ZBSSADDR := ALIGN(4)
|
|
ZBSSADDR := ALIGN(4)
|
|
|
|
|
|
SEDFLAGS_lds = s/TEXT_START/$(ZTEXTADDR)/;s/BSS_START/$(ZBSSADDR)/
|
|
SEDFLAGS_lds = s/TEXT_START/$(ZTEXTADDR)/;s/BSS_START/$(ZBSSADDR)/
|