aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1088ardb-pb.conf14
1 files changed, 8 insertions, 6 deletions
diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf
index 0dca364f..3726efa2 100644
--- a/conf/machine/ls1088ardb-pb.conf
+++ b/conf/machine/ls1088ardb-pb.conf
@@ -15,11 +15,9 @@ KERNEL_IMAGETYPES = "fitImage"
UBOOT_DTB_LOADADDRESS = "0x90000000"
UBOOT_ENTRYPOINT = "0x80080000"
-UBOOT_CONFIG ??= "qspi-secure-boot sdcard-qspi-secure-boot sdcard-qspi qspi"
-UBOOT_CONFIG[qspi-secure-boot] = "ls1088ardb_pb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
-UBOOT_CONFIG[qspi] = "ls1088ardb_pb_qspi_defconfig,,u-boot-dtb.bin"
-UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_pb_sdcard_qspi_defconfig,,u-boot-with-spl.bin"
-UBOOT_CONFIG[sdcard-qspi-secure-boot] = "ls1088ardb_pb_sdcard_qspi_SECURE_BOOT_defconfig,,u-boot-with-spl.bin"
+UBOOT_CONFIG ??= "tfa-secure-boot tfa"
+UBOOT_CONFIG[tfa] = "ls1088ardb_tfa_defconfig,,u-boot-dtb.bin"
+UBOOT_CONFIG[tfa-secure-boot] = "ls1088ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb"
KERNEL_DEFCONFIG ?= "defconfig"
@@ -27,5 +25,9 @@ KERNEL_DEFCONFIG ?= "defconfig"
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0"
SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
-EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex ppa"
+RCWSD ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_sd.bin"
+RCWQSPI ?= "FCSSRR_PPPP_0x1d_0x13/rcw_1600_qspi.bin"
+
+
+EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex atf"
USE_VT = "0"