ccmp1: remove existing common settings and move others to include file
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
c21dac88a6
commit
856a4a3c70
|
|
@ -27,11 +27,6 @@ UBOOT_CONFIG[ccmp13-dvk] = "ccmp13-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|||
|
||||
# Platform U-Boot settings
|
||||
UBOOT_DTB_NAME = "ccmp13-dvk.dtb"
|
||||
UBOOT_PREFIX = "u-boot"
|
||||
UBOOT_SUFFIX = "bin"
|
||||
|
||||
# Set U-Boot FIP settings
|
||||
FIP_UBOOT_DTB = "u-boot"
|
||||
|
||||
# =========================================================================
|
||||
# Machine settings
|
||||
|
|
|
|||
|
|
@ -27,11 +27,6 @@ UBOOT_CONFIG[ccmp15-dvk] = "ccmp15-dvk_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|||
|
||||
# Platform U-Boot settings
|
||||
UBOOT_DTB_NAME = "ccmp15-dvk.dtb"
|
||||
UBOOT_PREFIX = "u-boot"
|
||||
UBOOT_SUFFIX = "bin"
|
||||
|
||||
# Set U-Boot FIP settings
|
||||
FIP_UBOOT_DTB = "u-boot"
|
||||
|
||||
# =========================================================================
|
||||
# Machine settings
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ DIGI_FAMILY = "ccmp1"
|
|||
# Platform u-boot settings
|
||||
UBOOT_PREFIX = "u-boot"
|
||||
UBOOT_SUFFIX = "bin"
|
||||
# Set U-Boot FIP settings
|
||||
FIP_UBOOT_DTB = "u-boot"
|
||||
|
||||
STORAGE_MEDIA = "mtd"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue