From 2e56673a351863e9a1d84d654e11e74125347897 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 2 Mar 2016 09:37:19 +0100 Subject: [PATCH] projects/Generic/options: fix kernel build Signed-off-by: Stephan Raue --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index 07f798b996..186378446e 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -27,7 +27,7 @@ UBOOT_CONFIGFILE="" # Kernel target - KERNEL_TARGET="zImage" + KERNEL_TARGET="bzImage" # Kernel extra targets to build KERNEL_UBOOT_EXTRA_TARGET=""