diff options
| author | TsiChungLiew <[email protected]> | 2008-01-30 15:08:15 -0600 |
|---|---|---|
| committer | John Rigby <[email protected]> | 2008-02-20 13:33:45 -0700 |
| commit | 4d264eff4312f230776b913edade7ceb75f1b1e0 (patch) | |
| tree | a435a480044244047ff2e41023f484ffd6ebc637 | |
| parent | c54f9263e4e11e34b1e70c160bc467ef1d8ec59d (diff) | |
ColdFire: Fix missing code flash size for M5485EVB
Signed-off-by: James Mahan <[email protected]>
Signed-off-by: TsiChung Liew <[email protected]>
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1921,7 +1921,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 ; \ |
