summaryrefslogtreecommitdiffstats
path: root/0003-Enable-FIT-support-everywhere.patch
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2014-08-21 22:53:32 +0200
committerNicolas Chauvet <kwizart@gmail.com>2014-08-21 23:27:48 +0200
commit0b33b6198cff7ed57b32742a0d0d84d5cf0bb311 (patch)
tree6b59626fb945605c51c0c4fa0f6d10f8f1d2f995 /0003-Enable-FIT-support-everywhere.patch
parentda68700f35155f6d7b682c710427657ede39bd7d (diff)
downloaduboot-tools-2014.07-fc20.tar.gz
uboot-tools-2014.07-fc20.tar.xz
uboot-tools-2014.07-fc20.zip
Add patches for FIT/ATAG2014.07-fc20
Diffstat (limited to '0003-Enable-FIT-support-everywhere.patch')
-rw-r--r--0003-Enable-FIT-support-everywhere.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0003-Enable-FIT-support-everywhere.patch b/0003-Enable-FIT-support-everywhere.patch
new file mode 100644
index 0000000..8116d4c
--- /dev/null
+++ b/0003-Enable-FIT-support-everywhere.patch
@@ -0,0 +1,24 @@
+From 71bcf052051ee9e7c21a9e5aa7d91291de642093 Mon Sep 17 00:00:00 2001
+From: Nicolas Chauvet <kwizart@gmail.com>
+Date: Sun, 3 Aug 2014 13:44:32 +0200
+Subject: [PATCH 3/3] Enable FIT support everywhere
+
+---
+ include/config_distro_defaults.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
+index 5d18a4b..3682ab6 100644
+--- a/include/config_distro_defaults.h
++++ b/include/config_distro_defaults.h
+@@ -50,6 +50,7 @@
+ #define CONFIG_MENU
+ #define CONFIG_DOS_PARTITION
+ #define CONFIG_EFI_PARTITION
++#define CONFIG_FIT
+ #define CONFIG_SUPPORT_RAW_INITRD
+ #define CONFIG_SYS_HUSH_PARSER
+
+--
+1.8.3.1
+