2014-01-08 20:09:39 +01:00
|
|
|
Index: u-boot-2013.10/include/configs/rpi_b.h
|
|
|
|
===================================================================
|
|
|
|
--- u-boot-2013.10.orig/include/configs/rpi_b.h
|
|
|
|
+++ u-boot-2013.10/include/configs/rpi_b.h
|
2014-01-16 15:16:38 +01:00
|
|
|
@@ -130,8 +130,8 @@
|
|
|
|
"boot_targets=mmc0\0" \
|
2014-01-08 20:09:39 +01:00
|
|
|
\
|
|
|
|
"script_boot=" \
|
2014-01-16 15:16:38 +01:00
|
|
|
- "if fatload ${devtype} ${devnum}:1 " \
|
2014-01-08 20:09:39 +01:00
|
|
|
- "${scriptaddr} boot.scr.uimg; then " \
|
2014-01-16 15:16:38 +01:00
|
|
|
+ "if ext2load ${devtype} ${devnum}:2 " \
|
2014-01-08 20:09:39 +01:00
|
|
|
+ "${scriptaddr} boot.scr; then " \
|
|
|
|
"source ${scriptaddr}; " \
|
|
|
|
"fi;\0" \
|
|
|
|
\
|
2014-01-16 15:16:38 +01:00
|
|
|
@@ -167,7 +167,7 @@
|
|
|
|
#define CONFIG_CMD_PART
|
|
|
|
#define CONFIG_CMD_FS_GENERIC
|
|
|
|
#define CONFIG_CMD_FAT
|
|
|
|
-#define CONFIG_CMD_EXT
|
|
|
|
+#define CONFIG_CMD_EXT2
|
|
|
|
/* Some things don't make sense on this HW or yet */
|
|
|
|
#undef CONFIG_CMD_FPGA
|
|
|
|
#undef CONFIG_CMD_NET
|