diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-07-04 11:02:56 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-07-04 11:02:56 +0800 |
| commit | 450f65f1ecfd97540a81e472c08ba374e13029f2 (patch) | |
| tree | bc1b11dd315f12840d029b0c49990330c9743555 /conf | |
| parent | 78bbcf1922fec7c2c915cf6e7fe34226f4f370c2 (diff) | |
| download | meta-fsl-ppc-450f65f1ecfd97540a81e472c08ba374e13029f2.tar.gz | |
p3041ds: switch to new UBOOT_CONFIG format
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/p3041ds.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/p3041ds.conf b/conf/machine/p3041ds.conf index ee1f534..48a4a4a 100644 --- a/conf/machine/p3041ds.conf +++ b/conf/machine/p3041ds.conf | |||
| @@ -10,10 +10,10 @@ require conf/machine/include/e500mc.inc | |||
| 10 | SOC_FAMILY = "p3041" | 10 | SOC_FAMILY = "p3041" |
| 11 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" | 11 | UBOOT_CONFIG ??= "nand secure-boot sdcard spi nor" |
| 12 | UBOOT_CONFIG[nor] = "P3041DS_config" | 12 | UBOOT_CONFIG[nor] = "P3041DS_config" |
| 13 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config" | 13 | UBOOT_CONFIG[nand] = "P3041DS_NAND_config,,u-boot.pbl" |
| 14 | UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "P3041DS_SECURE_BOOT_config" |
| 15 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config" | 15 | UBOOT_CONFIG[sdcard] = "P3041DS_SDCARD_config,,u-boot.pbl" |
| 16 | UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config" | 16 | UBOOT_CONFIG[spi] = "P3041DS_SPIFLASH_config,,u-boot.pbl" |
| 17 | KERNEL_DEVICETREE ?= "fsl/p3041ds.dtb fsl/p3041ds-usdpaa.dtb \ | 17 | KERNEL_DEVICETREE ?= "fsl/p3041ds.dtb fsl/p3041ds-usdpaa.dtb \ |
| 18 | fsl/p3041ds-usdpaa-shared-interfaces.dtb \ | 18 | fsl/p3041ds-usdpaa-shared-interfaces.dtb \ |
| 19 | " | 19 | " |
