summaryrefslogtreecommitdiff
path: root/conf/machine/simc-t2081-tcb-02.conf
diff options
context:
space:
mode:
authorJoris <joris.van.vossen@sintecs.nl>2017-07-27 14:07:17 (GMT)
committerJoris <joris.van.vossen@sintecs.nl>2017-07-27 14:07:17 (GMT)
commitf5c86d987c05383068ee4d209e05d713ec193062 (patch)
treeb9bd1ad8c9dbd08235dbae22d4305f8058e04670 /conf/machine/simc-t2081-tcb-02.conf
parent485f99be969f973050567cdd5283befa92022d97 (diff)
downloadmeta-scalys-ppc-f5c86d987c05383068ee4d209e05d713ec193062.tar.xz
added support for qt1040-1gb target
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"