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:
parent
d76a83fa38
commit
b80a7ced0e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue