Skip to content
Snippets Groups Projects
Commit f57518ef authored by Yuri Mazzuoli's avatar Yuri Mazzuoli
Browse files

[A75] fix boot device detection

parent 4f573ad6
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,8 @@ int usdhc_devno[4] = { -1, -1, 0, 1}; ...@@ -88,8 +88,8 @@ int usdhc_devno[4] = { -1, -1, 0, 1};
boot_mem_dev_t boot_mem_dev_list[SECO_NUM_BOOT_DEV] = { boot_mem_dev_t boot_mem_dev_list[SECO_NUM_BOOT_DEV] = {
{ 0x3, 0x3, -1, -1, 0, "SPI Nor" }, { 0x3, 0x3, -1, -1, 0, "SPI Nor" },
{ 0x4, 0x5, -1, 0, -1, "External SD" }, { 0x4, 0x5, -1, 3, -1, "External SD" },
{ 0x6, 0x7, -1, -1, -1, "eMMC" }, { 0x6, 0x7, -1, 2, -1, "eMMC" },
}; };
#ifdef CONFIG_SPL_BUILD #ifdef CONFIG_SPL_BUILD
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment