[meta-lsi] [PATCH 02/86] conf/machine: changing KERNEL_IMAGETYPE to zImage for lsisim

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:35:10 PDT 2014


From: Paul Butler <paul.butler at windriver.com>

LSI simulator systems require an zImage format for Kernel

Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
 conf/machine/lsisim.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/lsisim.conf b/conf/machine/lsisim.conf
index 19f62dc..94a3512 100644
--- a/conf/machine/lsisim.conf
+++ b/conf/machine/lsisim.conf
@@ -11,7 +11,7 @@ MACHINE_EXTRA_RRECOMMENDS += ""
 
 require conf/machine/include/tune-cortexa15.inc
 
-KERNEL_IMAGETYPE = "uImage"
+KERNEL_IMAGETYPE = "zImage"
 UBOOT_ENTRYPOINT = "0x400000"
 KEEPUIMAGE = "no"
 
-- 
1.8.1.4



More information about the meta-lsi mailing list