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')
-rwxr-xr-x[-rw-r--r--]conf/machine/simc-t2081-tcb-02.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/simc-t2081-tcb-02.conf b/conf/machine/simc-t2081-tcb-02.conf
index a0ec686..4568955 100644..100755
--- a/conf/machine/simc-t2081-tcb-02.conf
+++ b/conf/machine/simc-t2081-tcb-02.conf
@@ -14,8 +14,10 @@ KERNEL_DEVICETREE ?= "fsl/simc-t2081.dtb"
KERNEL_FIT_IMAGES ?= "simc-t2081"
PREFERRED_PROVIDER_virtual/bootloader = "${PREFERRED_PROVIDER_u-boot}"
+PREFERRED_VERSION_u-boot_qoriq = "2017.09"
UBOOT_CONFIG ??= "nand"
-UBOOT_CONFIG[nand] = "T2_simc-t2081_nand_config,,u-boot-with-spl-pbl.bin"
+#UBOOT_CONFIG[nand] = "T2_simc-t2081_nand_config,,u-boot-with-spl-pbl.bin"
+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"
@@ -35,4 +37,6 @@ MKUBIFS_ARGS = "--space-fixup -m 2048 -e 124KiB -c 10000"
UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048"
UBI_VOLNAME = "rootfs"
+# Ensure that the the kernel modules are inserted into the image during re-builds.
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules"