diff options
Diffstat (limited to '0003-Enable-FIT-support-everywhere.patch')
-rw-r--r-- | 0003-Enable-FIT-support-everywhere.patch | 24 |
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 + |