diff options
author | Wolfgang Denk <wd@denx.de> | 2008-02-22 12:56:11 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-22 12:56:11 +0100 |
commit | 55c802ebb1f2c9f475569b2c3e9be125098d4174 (patch) | |
tree | c0118ef9231d8939490d1738c99b70df68bd6ca5 /Makefile | |
parent | 5a9abcc317cf3c8a69559ff83081f4e5d719edb7 (diff) | |
parent | 4d264eff4312f230776b913edade7ceb75f1b1e0 (diff) | |
download | u-boot-imx-55c802ebb1f2c9f475569b2c3e9be125098d4174.zip u-boot-imx-55c802ebb1f2c9f475569b2c3e9be125098d4174.tar.gz u-boot-imx-55c802ebb1f2c9f475569b2c3e9be125098d4174.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1925,7 +1925,7 @@ M5485HFE_config : unconfig M5485EFE_config) BOOT=2;CODE=0;VID=1;USB=1;RAM=64;RAM1=0;; \ M5485FFE_config) BOOT=2;CODE=32;VID=1;USB=1;RAM=64;RAM1=64;; \ M5485GFE_config) BOOT=4;CODE=0;VID=0;USB=0;RAM=64;RAM1=0;; \ - M5485HFE_config) BOOT=2;CODE=;VID=1;USB=0;RAM=64;RAM1=0;; \ + M5485HFE_config) BOOT=2;CODE=16;VID=1;USB=0;RAM=64;RAM1=0;; \ esac; \ >include/config.h ; \ echo "#define CFG_BUSCLK 100000000" > $(obj)include/config.h ; \ |