fix out of tree building
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
This commit is contained in:
parent
ce0eb70333
commit
f4e55a4941
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…
Reference in New Issue
Block a user