summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/t1023rdb-64b.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/t1023rdb-64b.conf b/conf/machine/t1023rdb-64b.conf
index 5f6f61f1..c536d7a2 100644
--- a/conf/machine/t1023rdb-64b.conf
+++ b/conf/machine/t1023rdb-64b.conf
@@ -9,9 +9,10 @@ require conf/machine/include/e5500-64b.inc
9 9
10SOC_FAMILY = "t1:t1023" 10SOC_FAMILY = "t1:t1023"
11 11
12UBOOT_CONFIG ??= "nand sdcard spi" 12UBOOT_CONFIG ??= "nand sdcard spi nor"
13UBOOT_CONFIG[nand] = "T1024RDB_NAND_config" 13UBOOT_CONFIG[nor] = "T1023RDB_config"
14UBOOT_CONFIG[sdcard] = "T1024RDB_SDCARD_config" 14UBOOT_CONFIG[nand] = "T1023RDB_NAND_config"
15UBOOT_CONFIG[sdcard] = "T1023RDB_SDCARD_config"
15UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config" 16UBOOT_CONFIG[spi] = "T1023RDB_SPIFLASH_config"
16 17
17UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" 18UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin"