mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
fix out of tree building
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
ce0eb70333
commit
f4e55a4941
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2065,7 +2065,7 @@ MPC8313ERDB_NAND_66_config: unconfig
|
|||
fi ; \
|
||||
if [ "$(findstring _NAND_,$@)" ] ; then \
|
||||
$(XECHO) -n "...NAND..." ; \
|
||||
echo "TEXT_BASE = 0x00100000" > $(obj)/board/freescale/mpc8313erdb/config.tmp ; \
|
||||
echo "TEXT_BASE = 0x00100000" > $(obj)board/freescale/mpc8313erdb/config.tmp ; \
|
||||
echo "#define CONFIG_NAND_U_BOOT" >>$(obj)include/config.h ; \
|
||||
fi ;
|
||||
@$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb freescale
|
||||
|
|
Loading…
Add table
Reference in a new issue