distribution/projects/Amlogic/packages/u-boot-Odroid_GOU/patches/005-boot-from-sd-first.patch

12 lines
296 B
Diff

--- a/board/hardkernel/odroidgo4/odroidgo4.c
+++ b/board/hardkernel/odroidgo4/odroidgo4.c
@@ -165,8 +165,8 @@
}
int board_mmc_init(bd_t *bis)
{
- board_mmc_register(SDIO_PORT_C); // eMMC
board_mmc_register(SDIO_PORT_B); // SD card
+ board_mmc_register(SDIO_PORT_C); // eMMC
return 0;
}