Index: head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h =================================================================== --- head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h (nonexistent) +++ head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h (revision 475122) @@ -0,0 +1,19 @@ +--- include/configs/rpi.h.orig 2018-07-09 14:24:14 UTC ++++ include/configs/rpi.h +@@ -69,6 +69,8 @@ + #define CONFIG_MISC_INIT_R + #endif + ++#define CONFIG_SYS_MMC_MAX_DEVICE 2 ++ + /* Console configuration */ + #define CONFIG_SYS_CBSIZE 1024 + +@@ -150,6 +152,7 @@ + + #define BOOT_TARGET_DEVICES(func) \ + func(MMC, mmc, 0) \ ++ func(MMC, mmc, 1) \ + func(USB, usb, 0) \ + func(PXE, pxe, na) \ + func(DHCP, dhcp, na) Property changes on: head/sysutils/u-boot-rpi/files/patch-include_configs_rpi.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h =================================================================== --- head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h (nonexistent) +++ head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h (revision 475122) @@ -0,0 +1,19 @@ +--- include/configs/rpi.h.orig 2018-07-09 14:24:14 UTC ++++ include/configs/rpi.h +@@ -69,6 +69,8 @@ + #define CONFIG_MISC_INIT_R + #endif + ++#define CONFIG_SYS_MMC_MAX_DEVICE 2 ++ + /* Console configuration */ + #define CONFIG_SYS_CBSIZE 1024 + +@@ -150,6 +152,7 @@ + + #define BOOT_TARGET_DEVICES(func) \ + func(MMC, mmc, 0) \ ++ func(MMC, mmc, 1) \ + func(USB, usb, 0) \ + func(PXE, pxe, na) \ + func(DHCP, dhcp, na) Property changes on: head/sysutils/u-boot-rpi3/files/patch-include_configs_rpi.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property