Skip to content
Snippets Groups Projects
Commit 0bc82480 authored by Nicola Sparnacci's avatar Nicola Sparnacci Committed by Michele Cirinei
Browse files

[SANTINO] Fix SD boot configuration through seco-config

Fixed SCFG_BOOT_DEV_ID_SD_EXT. It was stringify-ing a variable not
defined, causing an U-Boot error when booting from SD card.
parent 222db61a
No related branches found
No related tags found
1 merge request!145[SANTINO] Add support to Santino board
......@@ -88,7 +88,7 @@
#define SCFG_BOOT_DEV_ID_EMMC __stringify(BOARD_BOOT_ID_EMMC)"\0"
#define SCFG_BOOT_DEV_ID_SD_EXT __stringify(BOARD_BOOT_ID_SD_EXT)"\0"
#define SCFG_BOOT_DEV_ID_SD_EXT __stringify(BOARD_BOOT_ID_EXT_SD)"\0"
#define SCFG_BOOT_DEV_ID_SPI "0"
#define SCFG_BOOT_DEV_ID_SATA "0"
#define SCFG_BOOT_DEV_ID_USB "0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment