diff options
Diffstat (limited to 'conf/machine/ls1043ardb.conf')
-rw-r--r-- | conf/machine/ls1043ardb.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf index db66cad8..fa8ab615 100644 --- a/conf/machine/ls1043ardb.conf +++ b/conf/machine/ls1043ardb.conf | |||
@@ -19,8 +19,8 @@ UBOOT_DTB_LOADADDRESS = "0x90000000" | |||
19 | UBOOT_ENTRYPOINT = "0x80080000" | 19 | UBOOT_ENTRYPOINT = "0x80080000" |
20 | 20 | ||
21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" | 21 | UBOOT_CONFIG ??= "tfa-secure-boot tfa" |
22 | UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig,,u-boot-dtb.bin" | 22 | UBOOT_CONFIG[tfa] = "ls1043ardb_tfa_defconfig" |
23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig,,u-boot-dtb.bin" | 23 | UBOOT_CONFIG[tfa-secure-boot] = "ls1043ardb_tfa_SECURE_BOOT_defconfig" |
24 | 24 | ||
25 | KERNEL_DEVICETREE ?= "\ | 25 | KERNEL_DEVICETREE ?= "\ |
26 | freescale/fsl-ls1043a-rdb.dtb \ | 26 | freescale/fsl-ls1043a-rdb.dtb \ |