aboutsummaryrefslogtreecommitdiff
path: root/include/configs/fx12mm.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-11-02 16:14:22 +0100
committerWolfgang Denk <wd@denx.de>2008-11-02 16:14:22 +0100
commit3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5 (patch)
tree8cda4daa32f477368ab3690cdfc879c610ef1b03 /include/configs/fx12mm.h
parent3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb (diff)
Coding Style cleanup, update CHANGELOG
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/fx12mm.h')
-rw-r--r--include/configs/fx12mm.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/include/configs/fx12mm.h b/include/configs/fx12mm.h
index 8481c33b9..58445674c 100644
--- a/include/configs/fx12mm.h
+++ b/include/configs/fx12mm.h
@@ -25,11 +25,10 @@
* MA 02111-1307 USA
*/
-
/*
- Configuration file for the Virtex4FX12 Minimodul by Avnet/Memec,
- see http://www.em.avnet.com
-*/
+ * Configuration file for the Virtex4FX12 Minimodul by Avnet/Memec,
+ * see http://www.em.avnet.com
+ */
#ifndef __CONFIG_FX12_H
#define __CONFIG_FX12_H
@@ -54,7 +53,7 @@
/*Misc*/
#define CONFIG_SYS_PROMPT "FX12MM:/# " /* Monitor Command Prompt */
-#define CONFIG_PREBOOT "echo U-Boot is up and runnining;"
+#define CONFIG_PREBOOT "echo U-Boot is up and running;"
/*Flash*/
#define CONFIG_SYS_FLASH_SIZE (4*1024*1024)
@@ -62,8 +61,6 @@
#define MTDIDS_DEFAULT "nor0=fx12mm-flash"
#define MTDPARTS_DEFAULT "mtdparts=fx12mm-flash:-(user)"
-
#include "configs/xilinx-ppc405.h"
-#endif /* __CONFIG_H */
-
+#endif /* __CONFIG_H */