ccmp1: rename ccmp1 platforms on U-Boot to match with Linux
Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
d8efac02bf
commit
cf6b49096c
|
|
@ -22,8 +22,8 @@ DEVICE_BOARD_ENABLE:NAND += "ccmp13-dvk"
|
|||
# U-Boot configs
|
||||
# =========================================================================
|
||||
# Last one is the default (the one the symlinks point at)
|
||||
UBOOT_CONFIG = "ccmp13_dvk"
|
||||
UBOOT_CONFIG[ccmp13_dvk] = "ccmp13_dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
||||
UBOOT_CONFIG = "ccmp13-dvk"
|
||||
UBOOT_CONFIG[ccmp13-dvk] = "ccmp13-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
||||
|
||||
# Platform U-Boot settings
|
||||
UBOOT_DTB_NAME = "ccmp13-dvk.dtb"
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ DEVICE_BOARD_ENABLE:NAND += "ccmp15-dvk"
|
|||
# U-Boot configs
|
||||
# =========================================================================
|
||||
# Last one is the default (the one the symlinks point at)
|
||||
UBOOT_CONFIG = "ccmp15_dvk"
|
||||
UBOOT_CONFIG[ccmp15_dvk] = "ccmp15_dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
||||
UBOOT_CONFIG = "ccmp15-dvk"
|
||||
UBOOT_CONFIG[ccmp15-dvk] = "ccmp15-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
||||
|
||||
# Platform U-Boot settings
|
||||
UBOOT_DTB_NAME = "ccmp15-dvk.dtb"
|
||||
|
|
|
|||
Loading…
Reference in New Issue