diff options
author | Wolfgang Grandegger <wg@grandegger.com> | 2008-06-05 13:12:06 +0200 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-06-11 00:00:45 -0500 |
commit | 25991353204c78b094c3c1fec90182dcd607ab8f (patch) | |
tree | 29b255e81d11c50f540e0d588a0a8d6780b125e3 /Makefile | |
parent | d9ee843d54c54776e1fdb86336ce554906a87331 (diff) | |
download | u-boot-imx-25991353204c78b094c3c1fec90182dcd607ab8f.zip u-boot-imx-25991353204c78b094c3c1fec90182dcd607ab8f.tar.gz u-boot-imx-25991353204c78b094c3c1fec90182dcd607ab8f.tar.bz2 |
TQM85xx: Support for Flat Device Tree
This patch adds support for Linux kernels using the Flat Device Tree.
It also re-defines the default environment settings for booting Linux
with the FDT blob.
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2238,8 +2238,7 @@ TQM8560_config: unconfig echo "#define CONFIG_MPC$${CTYPE}">>$(obj)include/config.h; \ echo "#define CONFIG_TQM$${CTYPE}">>$(obj)include/config.h; \ echo "#define CONFIG_HOSTNAME tqm$${CTYPE}">>$(obj)include/config.h; \ - echo "#define CONFIG_BOARDNAME \"TQM$${CTYPE}\"">>$(obj)include/config.h; \ - echo "#define CFG_BOOTFILE_PATH \"/tftpboot/tqm$${CTYPE}/uImage\"">>$(obj)include/config.h + echo "#define CONFIG_BOARDNAME \"TQM$${CTYPE}\"">>$(obj)include/config.h; @$(MKCONFIG) -a TQM85xx ppc mpc85xx tqm85xx tqc ######################################################################### |