summaryrefslogtreecommitdiffstats
path: root/meta-sota-raspberrypi/recipes-bsp/u-boot/files/0001-Enable-FIT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-sota-raspberrypi/recipes-bsp/u-boot/files/0001-Enable-FIT.patch')
-rw-r--r--meta-sota-raspberrypi/recipes-bsp/u-boot/files/0001-Enable-FIT.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-sota-raspberrypi/recipes-bsp/u-boot/files/0001-Enable-FIT.patch b/meta-sota-raspberrypi/recipes-bsp/u-boot/files/0001-Enable-FIT.patch
new file mode 100644
index 0000000..fb8fa09
--- /dev/null
+++ b/meta-sota-raspberrypi/recipes-bsp/u-boot/files/0001-Enable-FIT.patch
@@ -0,0 +1,23 @@
1From d6323c4aacff2922051cf801eb7c2661b437baf6 Mon Sep 17 00:00:00 2001
2From: Anton Gerasimov <anton@advancedtelematic.com>
3Date: Tue, 13 Feb 2018 15:16:00 +0100
4Subject: [PATCH] Enable FIT
5
6---
7 configs/rpi_3_32b_defconfig | 3 +++
8 1 file changed, 3 insertions(+)
9
10diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
11index bb56a9e4e1..b366a3a061 100644
12--- a/configs/rpi_3_32b_defconfig
13+++ b/configs/rpi_3_32b_defconfig
14@@ -36,3 +36,6 @@ CONFIG_SYS_WHITE_ON_BLACK=y
15 CONFIG_CONSOLE_SCROLL_LINES=10
16 CONFIG_PHYS_TO_BUS=y
17 CONFIG_OF_LIBFDT_OVERLAY=y
18+
19+CONFIG_FIT=y
20+CONFIG_FIT_VERBOSE=y
21--
222.15.1
23