summaryrefslogtreecommitdiffstats
path: root/include/configs/ml507.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ml507.h')
-rw-r--r--include/configs/ml507.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/ml507.h b/include/configs/ml507.h
index 22a972f3bc..c637904fe9 100644
--- a/include/configs/ml507.h
+++ b/include/configs/ml507.h
@@ -24,7 +24,7 @@
#include "../board/xilinx/ml507/xparameters.h"
/*Mem Map*/
-#define CFG_SDRAM_SIZE_MB 256
+#define CONFIG_SYS_SDRAM_SIZE_MB 256
/*Env*/
#define CONFIG_ENV_IS_IN_FLASH 1
@@ -34,12 +34,12 @@
#define CONFIG_ENV_ADDR (XPAR_FLASH_MEM0_BASEADDR+CONFIG_ENV_OFFSET)
/*Misc*/
-#define CFG_PROMPT "ml507:/# " /* Monitor Command Prompt */
+#define CONFIG_SYS_PROMPT "ml507:/# " /* Monitor Command Prompt */
#define CONFIG_PREBOOT "echo U-Boot is up and runnining;"
/*Flash*/
-#define CFG_FLASH_SIZE (32*1024*1024)
-#define CFG_MAX_FLASH_SECT 259
+#define CONFIG_SYS_FLASH_SIZE (32*1024*1024)
+#define CONFIG_SYS_MAX_FLASH_SECT 259
#define MTDIDS_DEFAULT "nor0=ml507-flash"
#define MTDPARTS_DEFAULT "mtdparts=ml507-flash:-(user)"
OpenPOWER on IntegriCloud