summaryrefslogtreecommitdiff
path: root/conf/machine/simc-t1022-tcb-02.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/simc-t1022-tcb-02.conf')
-rw-r--r--conf/machine/simc-t1022-tcb-02.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/simc-t1022-tcb-02.conf b/conf/machine/simc-t1022-tcb-02.conf
index b83b436..bb4e523 100644
--- a/conf/machine/simc-t1022-tcb-02.conf
+++ b/conf/machine/simc-t1022-tcb-02.conf
@@ -8,13 +8,14 @@ require conf/machine/include/e5500-64b.inc
SOC_FAMILY = "t1:t1022"
-KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/simc-t10xx_defconfig"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3l_smp_defconfig"
+KBUILD_DEFCONFIG ?= "corenet64_fmanv3l_smp_defconfig"
KERNEL_DEVICETREE ?= "fsl/simc-t1022.dtb"
KERNEL_FIT_IMAGES ?= "simc-t1022"
PREFERRED_PROVIDER_virtual/bootloader = "${PREFERRED_PROVIDER_u-boot}"
UBOOT_CONFIG ??= "nand"
-UBOOT_CONFIG[nand] = "T1_simc-t10xx_nand_config"
+UBOOT_CONFIG[nand] = "T1_simc-t10xx_nand_config,,u-boot-with-spl-pbl.bin"
# Images types generated for this machine
IMAGE_FSTYPES = "tar.bz2 ubifs ubi"