ccmp1: add ccmp1 platforms to supported list when enabling sdcard boot

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://onedigi.atlassian.net/browse/DEL-8650
This commit is contained in:
Hector Palacios 2023-09-07 09:32:22 +02:00
parent d76a83fa38
commit b80a7ced0e
2 changed files with 4 additions and 2 deletions

View File

@ -17,8 +17,9 @@ MACHINEOVERRIDES = "arm:armv7ve:stcommon:stm32mpcommon:stm32mp1common:${DIGI_FAM
# =========================================================================
# boot device
# =========================================================================
# Configure the list of boards that enable NAND
# Configure the list of boards that enable NAND/SDCARD
DEVICE_BOARD_ENABLE:NAND += "ccmp13-dvk"
DEVICE_BOARD_ENABLE:SDCARD += "${@bb.utils.contains('BOOTDEVICE_LABELS', 'sdcard', 'ccmp13-dvk', '', d)}"
# =========================================================================
# U-Boot configs

View File

@ -17,8 +17,9 @@ MACHINEOVERRIDES = "arm:armv7ve:stcommon:stm32mpcommon:stm32mp1common:${DIGI_FAM
# =========================================================================
# boot device
# =========================================================================
# Configure the list of boards that enable NAND
# Configure the list of boards that enable NAND/SDCARD
DEVICE_BOARD_ENABLE:NAND += "ccmp15-dvk"
DEVICE_BOARD_ENABLE:SDCARD += "${@bb.utils.contains('BOOTDEVICE_LABELS', 'sdcard', 'ccmp15-dvk', '', d)}"
# =========================================================================
# U-Boot configs