Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
branch = master
[submodule "buildroot"]
path = buildroot
url = git://git.buildroot.net/buildroot
url = https://github.com/buildroot/buildroot.git
[submodule "vitetris"]
path = vitetris
url = https://github.com/pulp-platform/vitetris.git
Expand Down
15 changes: 15 additions & 0 deletions mmc_prioritize.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/configs/pulp-platform_cheshire_defconfig b/configs/pulp-platform_cheshire_defconfig
index 313937b2ea..1ccced06c3 100644
--- a/configs/pulp-platform_cheshire_defconfig
+++ b/configs/pulp-platform_cheshire_defconfig
@@ -10,8 +10,8 @@ CONFIG_BOOTDELAY=5
CONFIG_HUSH_PARSER=y
CONFIG_USE_BOOTCOMMAND=y
# Boot with mmc if mmc probes normally, else boot with spi (get CS from "boot-with" in device tree)
-# CONFIG_BOOTCOMMAND="fdt addr ${fdtcontroladdr}; if mmc info; then mmc read 90000000 2000 5000; else fdt get value boot-with /soc/spi boot-with; if sf probe 0:${boot-with}; then sf read 90000000 400000 800000; fi; fi; bootm 90000000 - ${fdtcontroladdr};"
-CONFIG_BOOTCOMMAND="sf probe 0:1; sf read 90000000 400000 2000000; bootm 90000000 - ${fdtcontroladdr};"
+CONFIG_BOOTCOMMAND="fdt addr ${fdtcontroladdr}; if mmc info; then mmc read 90000000 2000 5000; else fdt get value boot-with /soc/spi boot-with; if sf probe 0:${boot-with}; then sf read 90000000 400000 800000; fi; fi; bootm 90000000 - ${fdtcontroladdr};"
+#CONFIG_BOOTCOMMAND="sf probe 0:1; sf read 90000000 400000 2000000; bootm 90000000 - ${fdtcontroladdr};"
CONFIG_DISPLAY_CPUINFO=y
CONFIG_SPL_SPI_FLASH_MTD=y
CONFIG_CMD_GPT=y