| OLD | NEW |
| (Empty) | |
| 1 --- old/include/configs/omap3530beagle.h 2010-02-12 16:22:15.000000000 -0
800 |
| 2 +++ new/include/configs/omap3530beagle.h 2010-02-12 16:22:51.000000000 -0
800 |
| 3 @@ -43,7 +43,7 @@ |
| 4 #define CONFIG_BEAGLE_REV2 1 |
| 5 |
| 6 /* Enable the below macro if MMC boot support is required */ |
| 7 -#define CONFIG_MMC 1 |
| 8 +#undef CONFIG_MMC |
| 9 #if defined(CONFIG_MMC) |
| 10 #define CFG_CMD_MMC 1 |
| 11 #define CFG_CMD_FAT 1 |
| 12 @@ -136,7 +136,7 @@ |
| 13 * 0x00300000 - 0x08000000 depends on application |
| 14 */ |
| 15 #define NAND_UBOOT_START 0x0080000 /* Leaving first 4 blocks for x-load *
/ |
| 16 -#define NAND_UBOOT_END 0x0160000 /* Giving a space of 2 blocks = 256KB
*/ |
| 17 +#define NAND_UBOOT_END 0x00C0000 /* Giving a space of 2 blocks = 256KB
*/ |
| 18 #define NAND_BLOCK_SIZE 0x20000 |
| 19 |
| 20 #define GPMC_CONFIG (OMAP34XX_GPMC_BASE+0x50) |
| 21 |
| OLD | NEW |