diff options
author | wdenk <wdenk> | 2005-01-12 00:38:03 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-01-12 00:38:03 +0000 |
commit | 5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8 (patch) | |
tree | 3e01df2db1ded87b4a8ced9ab2011fbf5056bcb8 /include/configs/omap2420h4.h | |
parent | 289f932c5ff628bf21a05073243071a01a2d3b02 (diff) | |
download | u-boot-imx-5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8.zip u-boot-imx-5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8.tar.gz u-boot-imx-5a95f6fbd21c542a6df0a41fb827ad7e7c9b17d8.tar.bz2 |
* Patch by Robin Getz, 13 Oct 2004:
Add standalone application to change SMC91C111 MAC addresses,
see examples/README.smc91111_eeprom
* Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004:
Fix Flash support for ARM Integrator CP.
Diffstat (limited to 'include/configs/omap2420h4.h')
-rw-r--r-- | include/configs/omap2420h4.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/omap2420h4.h b/include/configs/omap2420h4.h index 8516054..47f78fa 100644 --- a/include/configs/omap2420h4.h +++ b/include/configs/omap2420h4.h @@ -40,17 +40,17 @@ /* Clock config to target*/ #define PRCM_CONFIG_II 1 -//#define PRCM_CONFIG_III 1 +/*#define PRCM_CONFIG_III 1 */ /* Memory configuration on board */ -//#define CONFIG_OPTIMIZE_DDR 1 +/*#define CONFIG_OPTIMIZE_DDR 1 */ #include <asm/arch/omap2420.h> /* get chip and board defs */ /* On H4, NOR and NAND flash are mutual exclusive. Define this if you want to use NAND */ -//#define CFG_NAND_BOOT +/*#define CFG_NAND_BOOT */ #ifdef CONFIG_APTIX #define V_SCLK 1500000 |