diff options
author | Wolfgang Denk <wd@denx.de> | 2010-11-13 00:34:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-11-13 00:34:53 +0100 |
commit | 4b7594c308cbf07d50e80d345116bd9fe48df3bd (patch) | |
tree | 712dc5555fd696da20fa39efa54cbd2f1bf825fa /nand_spl/board/freescale/mpc8536ds/Makefile | |
parent | e0987e251ff0eff25a55bf8db13a41f5849f59f7 (diff) | |
parent | b1b7646493f1ccb42f0d78ad210116205e679986 (diff) | |
download | u-boot-imx-4b7594c308cbf07d50e80d345116bd9fe48df3bd.zip u-boot-imx-4b7594c308cbf07d50e80d345116bd9fe48df3bd.tar.gz u-boot-imx-4b7594c308cbf07d50e80d345116bd9fe48df3bd.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'nand_spl/board/freescale/mpc8536ds/Makefile')
-rw-r--r-- | nand_spl/board/freescale/mpc8536ds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nand_spl/board/freescale/mpc8536ds/Makefile b/nand_spl/board/freescale/mpc8536ds/Makefile index d1c0ef8..9c9d63e 100644 --- a/nand_spl/board/freescale/mpc8536ds/Makefile +++ b/nand_spl/board/freescale/mpc8536ds/Makefile @@ -24,13 +24,13 @@ # NAND_SPL := y -CONFIG_SYS_TEXT_BASE := 0xfff00000 +CONFIG_SYS_TEXT_BASE_SPL := 0xfff00000 PAD_TO := 0xfff01000 include $(TOPDIR)/config.mk LDSCRIPT= $(TOPDIR)/$(CPUDIR)/u-boot-nand_spl.lds -LDFLAGS = -Bstatic -T $(LDSCRIPT) -Ttext $(CONFIG_SYS_TEXT_BASE) $(PLATFORM_LDFLAGS) +LDFLAGS = -Bstatic -T $(LDSCRIPT) -Ttext $(CONFIG_SYS_TEXT_BASE_SPL) $(PLATFORM_LDFLAGS) AFLAGS += -DCONFIG_NAND_SPL CFLAGS += -DCONFIG_NAND_SPL |