aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-v2012.04.01/0013-mx6qarm2-Allow-booting-a-zImage-kernel.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-v2012.04.01/0013-mx6qarm2-Allow-booting-a-zImage-kernel.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-v2012.04.01/0013-mx6qarm2-Allow-booting-a-zImage-kernel.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-v2012.04.01/0013-mx6qarm2-Allow-booting-a-zImage-kernel.patch b/recipes-bsp/u-boot/u-boot-v2012.04.01/0013-mx6qarm2-Allow-booting-a-zImage-kernel.patch
new file mode 100644
index 0000000..98a94b2
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-v2012.04.01/0013-mx6qarm2-Allow-booting-a-zImage-kernel.patch
@@ -0,0 +1,29 @@
+From 9d544113fe792e8b8f32b24db33630ba78f8fd47 Mon Sep 17 00:00:00 2001
+From: Fabio Estevam <fabio.estevam@freescale.com>
+Date: Mon, 23 Apr 2012 06:31:17 +0000
+Subject: [PATCH 13/56] mx6qarm2: Allow booting a zImage kernel
+
+Allow booting a zImage kernel.
+
+Cc: Jason Liu <r64343@freescale.com>
+Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
+Acked-by: Jason Liu <r64343@freescale.com>
+---
+ include/configs/mx6qarm2.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h
+index e83aec6..90652c6 100644
+--- a/include/configs/mx6qarm2.h
++++ b/include/configs/mx6qarm2.h
+@@ -168,6 +168,7 @@
+ #define CONFIG_SYS_MMC_ENV_DEV 1
+
+ #define CONFIG_OF_LIBFDT
++#define CONFIG_CMD_BOOTZ
+
+ #define CONFIG_SYS_DCACHE_OFF
+
+--
+1.7.10
+