Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: src/overlays/overlay-beagleboard/sys-boot/xloader/files/xloader-1.4.3-fastboot.patch

Issue 661216: Move public board overlays to the chromeos repository. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698