diff options
Diffstat (limited to 'include/configs/MPC8536DS.h')
| -rw-r--r-- | include/configs/MPC8536DS.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 57bf04ff8..9846118fb 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -24,7 +24,7 @@  #define CONFIG_SYS_TEXT_BASE_SPL 0xfff00000  #define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE_SPL /* start of monitor */  #else -#define CONFIG_SYS_LDSCRIPT $(TOPDIR)/$(CPUDIR)/u-boot-nand.lds +#define CONFIG_SYS_LDSCRIPT $(CPUDIR)/u-boot-nand.lds  #define CONFIG_SYS_TEXT_BASE	0xf8f82000  #endif /* CONFIG_NAND_SPL */  #endif |