ccmp13-dvk: add CCMP1 include file with common configurations
https://onedigi.atlassian.net/browse/DEL-8078 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
b8e09bddc7
commit
7fc71fb8aa
|
|
@ -7,6 +7,9 @@ include conf/machine/include/st-machine-common-stm32mp.inc
|
||||||
include conf/machine/include/arm/armv7a/tune-cortexa7.inc
|
include conf/machine/include/arm/armv7a/tune-cortexa7.inc
|
||||||
include conf/machine/include/digi-defaults.inc
|
include conf/machine/include/digi-defaults.inc
|
||||||
|
|
||||||
|
# Include the machine configuration for Digi's ConnectCore MP1.
|
||||||
|
include conf/machine/include/ccmp1.inc
|
||||||
|
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
# Chip architecture
|
# Chip architecture
|
||||||
# =========================================================================
|
# =========================================================================
|
||||||
|
|
@ -125,8 +128,6 @@ UBOOT_ENV_SIZE ?= "0x20000"
|
||||||
# available space in the environment partition)
|
# available space in the environment partition)
|
||||||
UBOOT_ENV_RANGE ?= ""
|
UBOOT_ENV_RANGE ?= ""
|
||||||
|
|
||||||
STORAGE_MEDIA = "mtd"
|
|
||||||
|
|
||||||
# mkfs.ubifs parameters for boot partition (the one holding kernel and device tree files)
|
# mkfs.ubifs parameters for boot partition (the one holding kernel and device tree files)
|
||||||
# Max LEB count (-c 255) calculated for a partition of up to 32 MiB considering 128 KiB erase-block size.
|
# Max LEB count (-c 255) calculated for a partition of up to 32 MiB considering 128 KiB erase-block size.
|
||||||
MKUBIFS_BOOT_ARGS ?= "-m 2048 -e 126976 -c 255"
|
MKUBIFS_BOOT_ARGS ?= "-m 2048 -e 126976 -c 255"
|
||||||
|
|
@ -135,9 +136,6 @@ MKUBIFS_BOOT_ARGS ?= "-m 2048 -e 126976 -c 255"
|
||||||
# Max LEB count (-c 8191) calculated for a partition of up to 1 GiB considering 128 KiB erase-block size.
|
# Max LEB count (-c 8191) calculated for a partition of up to 1 GiB considering 128 KiB erase-block size.
|
||||||
MKUBIFS_ARGS ?= "-m 2048 -e 126976 -c 8191"
|
MKUBIFS_ARGS ?= "-m 2048 -e 126976 -c 8191"
|
||||||
|
|
||||||
# Enable STM specific features
|
|
||||||
DEY_BUILD_PLATFORM = "STM"
|
|
||||||
|
|
||||||
# Wireless external module
|
# Wireless external module
|
||||||
HAS_WIFI_VIRTWLANS = "true"
|
HAS_WIFI_VIRTWLANS = "true"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue