diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-16 00:13:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-16 00:13:33 +0200 |
commit | d62f64cc23a940eafe712c776b3249e4160753d1 (patch) | |
tree | 5a415222298a663f17ab5e6e67e3aef39e5d7787 /include | |
parent | d6022573746856861f86f4f514dd1c1c14aaec9a (diff) | |
download | u-boot-imx-d62f64cc23a940eafe712c776b3249e4160753d1.zip u-boot-imx-d62f64cc23a940eafe712c776b3249e4160753d1.tar.gz u-boot-imx-d62f64cc23a940eafe712c776b3249e4160753d1.tar.bz2 |
Coding Style Cleanup, new CHANGELOG
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ml401.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ml401.h b/include/configs/ml401.h index 4cfe802..3db2877 100644 --- a/include/configs/ml401.h +++ b/include/configs/ml401.h @@ -37,7 +37,7 @@ #define CFG_BAUDRATE_TABLE { CONFIG_BAUDRATE } /* setting reset address */ -//#define CFG_RESET_ADDRESS TEXT_BASE +/*#define CFG_RESET_ADDRESS TEXT_BASE*/ /* ethernet */ #define CONFIG_EMACLITE 1 @@ -99,7 +99,7 @@ /* global pointer */ #define CFG_GBL_DATA_SIZE 0x1000 /* size of global data */ /* start of global data */ -#define CFG_GBL_DATA_OFFSET (CFG_SDRAM_BASE + CFG_SDRAM_SIZE - CFG_GBL_DATA_SIZE) +#define CFG_GBL_DATA_OFFSET (CFG_SDRAM_BASE + CFG_SDRAM_SIZE - CFG_GBL_DATA_SIZE) /* monitor code */ #define SIZE 0x40000 |