diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-18 13:06:30 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-18 11:42:30 -0200 |
commit | a9574035ad7bb46f37817f0c07611778017760ca (patch) | |
tree | 8773683a844f4d67c5c95c7fa1e48f8e2123ecdc /conf/machine/ls2088ardb.conf | |
parent | ac0343116e1458911909e659377bfc64caa0f7a8 (diff) | |
download | meta-freescale-a9574035ad7bb46f37817f0c07611778017760ca.tar.gz |
ls2088ardb: update uboot config
* add nor and nand uboot types
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/ls2088ardb.conf')
-rw-r--r-- | conf/machine/ls2088ardb.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf index 170d6a40..0fcb6faa 100644 --- a/conf/machine/ls2088ardb.conf +++ b/conf/machine/ls2088ardb.conf | |||
@@ -14,7 +14,9 @@ KERNEL_IMAGETYPES = "itbImage" | |||
14 | 14 | ||
15 | UBOOT_ENTRYPOINT = "0x80080000" | 15 | UBOOT_ENTRYPOINT = "0x80080000" |
16 | 16 | ||
17 | UBOOT_CONFIG ??= "qspi-secure-boot qspi" | 17 | UBOOT_CONFIG ??= "qspi-secure-boot qspi nand nor" |
18 | UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin" | ||
19 | UBOOT_CONFIG[nand] = "ls2080ardb_nand_defconfig,,u-boot-dtb.bin" | ||
18 | UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" | 20 | UBOOT_CONFIG[qspi] = "ls2088ardb_qspi_defconfig,,u-boot-dtb.bin" |
19 | UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 21 | UBOOT_CONFIG[qspi-secure-boot] = "ls2088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" |
20 | 22 | ||