summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-09-23 22:19:02 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-25 16:57:04 -0400
commitccc9b8c50c1df3df24939c33e09e0940511d9a90 (patch)
tree8ff5bd041e08fd93473a41c5b57d44caca6ef99c /conf
parentf472c8dca139f061db03c8ccad5857587461627e (diff)
downloadmeta-ti-ccc9b8c50c1df3df24939c33e09e0940511d9a90.tar.gz
ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by default
* To be used with latest u-boot, that prefers zImage over uImage * ti33x will follow as soon as u-boot changes its default for that platform Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 623f2df9..aba122a9 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
11PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 11PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "zImage"
14 14
15UBOOT_ARCH = "arm" 15UBOOT_ARCH = "arm"
16UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 62da105f..adb66e37 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -23,7 +23,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
23PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 23PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
24PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 24PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
25 25
26KERNEL_IMAGETYPE = "uImage" 26KERNEL_IMAGETYPE = "zImage"
27 27
28UBOOT_ARCH = "arm" 28UBOOT_ARCH = "arm"
29UBOOT_MACHINE = "am43xx_evm_config" 29UBOOT_MACHINE = "am43xx_evm_config"