aboutsummaryrefslogtreecommitdiff
path: root/include/configs/ml507.h
diff options
context:
space:
mode:
authorRicardo Ribalda Delgado <ricardo.ribalda@uam.es>2008-10-27 12:35:59 +0100
committerStefan Roese <sr@denx.de>2008-10-31 10:31:02 +0100
commitcc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0 (patch)
tree01a91921c576d60febd97e30ce087bd4946f423a /include/configs/ml507.h
parent3befd85633d33c4dcca1f359c3f4848c5ab8e4d2 (diff)
ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
Xilinx ppc440 and ppc405 have many similarities. This patch merge the config files of both infrastuctures Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ml507.h')
-rw-r--r--include/configs/ml507.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/ml507.h b/include/configs/ml507.h
index c637904fe..a7319e427 100644
--- a/include/configs/ml507.h
+++ b/include/configs/ml507.h
@@ -30,15 +30,15 @@
#define CONFIG_ENV_IS_IN_FLASH 1
#define CONFIG_ENV_SIZE 0x20000
#define CONFIG_ENV_SECT_SIZE 0x20000
-#define CONFIG_ENV_OFFSET 0x340000
+#define CONFIG_ENV_OFFSET 0x340000
#define CONFIG_ENV_ADDR (XPAR_FLASH_MEM0_BASEADDR+CONFIG_ENV_OFFSET)
/*Misc*/
-#define CONFIG_SYS_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 CONFIG_SYS_FLASH_SIZE (32*1024*1024)
+#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)"