summaryrefslogtreecommitdiffstats
path: root/include/configs/omap2420h4.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-01-10 00:01:04 +0000
committerwdenk <wdenk>2005-01-10 00:01:04 +0000
commit082acfd4849d2f0471b0709fe7f5ce1de387437d (patch)
tree788768a43fb5160db87797eb1fe44127b81bfa25 /include/configs/omap2420h4.h
parent652a10c0965bcbc64dc88fc54e34bedf1612e66b (diff)
downloadtalos-obmc-uboot-082acfd4849d2f0471b0709fe7f5ce1de387437d.tar.gz
talos-obmc-uboot-082acfd4849d2f0471b0709fe7f5ce1de387437d.zip
Coding Style cleanup
Diffstat (limited to 'include/configs/omap2420h4.h')
-rw-r--r--include/configs/omap2420h4.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h
index b933c24988..da68c1c76d 100644
--- a/include/configs/omap2420h4.h
+++ b/include/configs/omap2420h4.h
@@ -35,10 +35,10 @@
#define CONFIG_OMAP 1 /* in a TI OMAP core */
#define CONFIG_OMAP2420 1 /* which is in a 2420 */
#define CONFIG_OMAP2420H4 1 /* and on a H4 board */
-//#define CONFIG_APTIX 1 /* define if on APTIX test chip */
-//#define CONFIG_VIRTIO 1 /* Using Virtio simulator */
+/*#define CONFIG_APTIX 1 #* define if on APTIX test chip */
+/*#define CONFIG_VIRTIO 1 #* Using Virtio simulator */
-#define PRCM_CONFIG_II 1
+#define PRCM_CONFIG_II 1
#define CONFIG_PARTIAL_SRAM 1
#include <asm/arch/omap2420.h> /* get chip and board defs */
@@ -70,7 +70,7 @@
/*
* Hardware drivers
*/
-
+
/*
* SMC91c96 Etherent
*/
@@ -114,8 +114,8 @@
#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_DHCP | CFG_CMD_I2C)
-// I'd like to get to these. Snap kernel loads if we make MMC go //
- // #define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_NAND | CFG_CMD_JFFS2 | CFG_CMD_DHCP | CFG_CMD_MMC | CFG_CMD_FAT | CFG_CMD_I2C)
+/* I'd like to get to these. Snap kernel loads if we make MMC go */
+ /* #define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_NAND | CFG_CMD_JFFS2 | CFG_CMD_DHCP | CFG_CMD_MMC | CFG_CMD_FAT | CFG_CMD_I2C) */
#define CONFIG_BOOTP_MASK CONFIG_BOOTP_DEFAULT
OpenPOWER on IntegriCloud