summaryrefslogtreecommitdiff
path: root/include/configs/ml401.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2007-05-16 00:13:33 +0200
committerWolfgang Denk <wd@denx.de>2007-05-16 00:13:33 +0200
commitd62f64cc23a940eafe712c776b3249e4160753d1 (patch)
tree5a415222298a663f17ab5e6e67e3aef39e5d7787 /include/configs/ml401.h
parentd6022573746856861f86f4f514dd1c1c14aaec9a (diff)
Coding Style Cleanup, new CHANGELOG
Diffstat (limited to 'include/configs/ml401.h')
-rw-r--r--include/configs/ml401.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ml401.h b/include/configs/ml401.h
index 4cfe802c36..3db287784d 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