diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2013-10-01 15:25:16 +0300 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2013-10-01 15:29:33 +0300 |
commit | a9c1c58ed30a28d19faaf9eed617898b47b011a5 (patch) | |
tree | 9f16c25b7b3e800a405e14343b1b93eac2b7ab6a /meta-ivi-bsp/conf | |
parent | 1bb1a3b75367222ac3771cda9244a2fda2e555ad (diff) | |
download | meta-ivi-a9c1c58ed30a28d19faaf9eed617898b47b011a5.tar.gz meta-ivi-a9c1c58ed30a28d19faaf9eed617898b47b011a5.tar.bz2 meta-ivi-a9c1c58ed30a28d19faaf9eed617898b47b011a5.zip |
vexpressa9: Use kernel version 3.10
Change the kernel image type to zImage
instead of uImage.
Add proper LOADADDR for the vexpressa9 kernel.
Rework the runqemu script used for vexpressa9
machine to pick up the kernel and .sdimg from
the new location.
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'meta-ivi-bsp/conf')
-rw-r--r-- | meta-ivi-bsp/conf/machine/vexpressa9.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ivi-bsp/conf/machine/vexpressa9.conf b/meta-ivi-bsp/conf/machine/vexpressa9.conf index 0e937bd..2ecba16 100644 --- a/meta-ivi-bsp/conf/machine/vexpressa9.conf +++ b/meta-ivi-bsp/conf/machine/vexpressa9.conf @@ -27,10 +27,11 @@ SERIAL_CONSOLE = "115200 ttyO2" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" UBOOT_MACHINE = "ca9x4_ct_vxp_config" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "0x80008000" +KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" |