summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-t30.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-23 20:23:21 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:11:39 +0200
commit00036eeefcdc887e629c7776b52d60fde349e448 (patch)
treee3acc0da1910f9e01c78a7387db1a4b1b188ef80 /conf/machine/apalis-t30.conf
parent3762a3c458190f3393269c7df056a11f078dbdca (diff)
machine configs: don't deploy the kernel in /boot
In our images this has been done during do_rootfs and friends, do it the oe-core way. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf/machine/apalis-t30.conf')
-rw-r--r--conf/machine/apalis-t30.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf
index fb95e73..8537f46 100644
--- a/conf/machine/apalis-t30.conf
+++ b/conf/machine/apalis-t30.conf
@@ -6,12 +6,6 @@ require conf/machine/include/tegra-base.inc
SOC_FAMILY = "tegra:tegra3"
-PREFERRED_PROVIDER_virtual/kernel = "linux-toradex"
-
-KERNEL_IMAGETYPE = "uImage"
-
-PREFERRED_PROVIDER_u-boot = "u-boot-toradex"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex"
UBOOT_MACHINE = "apalis_t30_defconfig"
UBOOT_ENTRYPOINT = "0x82008000"
UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"