diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:35:51 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:34:12 -0300 |
commit | 5b9a11c9aa7670899bc584261940d93a343b1496 (patch) | |
tree | d7290117ee36d7c7ac70b617ddd18d7d4cbcb434 /conf/machine/p2041rdb.conf | |
parent | 79010a03b941de31a881979cc8f8c03a3b3a8ef6 (diff) | |
download | meta-freescale-5b9a11c9aa7670899bc584261940d93a343b1496.tar.gz |
p2041rdb: switch to new UBOOT_CONFIG format
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/p2041rdb.conf')
-rw-r--r-- | conf/machine/p2041rdb.conf | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/conf/machine/p2041rdb.conf b/conf/machine/p2041rdb.conf index a3ecac5b..d6c3878d 100644 --- a/conf/machine/p2041rdb.conf +++ b/conf/machine/p2041rdb.conf | |||
@@ -9,12 +9,12 @@ require conf/machine/include/e500mc.inc | |||
9 | 9 | ||
10 | SOC_FAMILY = "p2041" | 10 | SOC_FAMILY = "p2041" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor nand secure-boot sdcard spi" | 12 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
13 | UBOOT_CONFIG[nor] = "P2041RDB_config" | 13 | UBOOT_CONFIG[nor] = "P2041RDB_config" |
14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config" | 14 | UBOOT_CONFIG[nand] = "P2041RDB_NAND_config,,u-boot.pbl" |
15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" | 15 | UBOOT_CONFIG[secure-boot] = "P2041RDB_SECURE_BOOT_config" |
16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config" | 16 | UBOOT_CONFIG[sdcard] = "P2041RDB_SDCARD_config,,u-boot.pbl" |
17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config" | 17 | UBOOT_CONFIG[spi] = "P2041RDB_SPIFLASH_config,,u-boot.pbl" |
18 | 18 | ||
19 | KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \ | 19 | KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \ |
20 | p2041rdb-usdpaa-shared-interfaces.dtb \ | 20 | p2041rdb-usdpaa-shared-interfaces.dtb \ |
@@ -22,7 +22,5 @@ KERNEL_DEVICETREE ?= "p2041rdb.dtb p2041rdb-usdpaa.dtb \ | |||
22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" | 22 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_smp_defconfig" |
23 | 23 | ||
24 | JFFS2_ERASEBLOCK = "0x10000" | 24 | JFFS2_ERASEBLOCK = "0x10000" |
25 | |||
26 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" | 25 | EXTRA_IMAGEDEPENDS += "fm-ucode rcw hypervisor hv-cfg" |
27 | |||
28 | USE_VT ?= "0" | 26 | USE_VT ?= "0" |