summaryrefslogtreecommitdiff
path: root/conf/machine/simc-t2081-tcb-02.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/simc-t2081-tcb-02.conf')
-rw-r--r--conf/machine/simc-t2081-tcb-02.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/conf/machine/simc-t2081-tcb-02.conf b/conf/machine/simc-t2081-tcb-02.conf
index 152c4e5..a0ec686 100644
--- a/conf/machine/simc-t2081-tcb-02.conf
+++ b/conf/machine/simc-t2081-tcb-02.conf
@@ -8,13 +8,14 @@ require conf/machine/include/e6500-64b.inc
SOC_FAMILY = "t2:t2081"
-KERNEL_DEFCONFIG ?= "TODO-t2081_defconfig"
-KERNEL_DEVICETREE ?= "TODO-t2081.dtb"
-KERNEL_FIT_IMAGES ?= "TODO-t2081"
+KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
+KBUILD_DEFCONFIG ?= "corenet64_fmanv3h_smp_defconfig"
+KERNEL_DEVICETREE ?= "fsl/simc-t2081.dtb"
+KERNEL_FIT_IMAGES ?= "simc-t2081"
PREFERRED_PROVIDER_virtual/bootloader = "${PREFERRED_PROVIDER_u-boot}"
UBOOT_CONFIG ??= "nand"
-UBOOT_CONFIG[nand] = "T1_simc-t2081_nand_config"
+UBOOT_CONFIG[nand] = "T2_simc-t2081_nand_config,,u-boot-with-spl-pbl.bin"
# Images types generated for this machine
IMAGE_FSTYPES = "tar.bz2 ubifs ubi"