summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/files/v2019.07/0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/files/v2019.07/0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch')
-rw-r--r--recipes-bsp/u-boot/files/v2019.07/0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-bsp/u-boot/files/v2019.07/0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch b/recipes-bsp/u-boot/files/v2019.07/0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch
deleted file mode 100644
index 40e7704..0000000
--- a/recipes-bsp/u-boot/files/v2019.07/0012-ARM-socfpga-stratix10-Remove-CONFIG_OF_EMBED.patch
+++ /dev/null
@@ -1,36 +0,0 @@
1From 708a2590681425da62f9027f5ed1144377a001bf Mon Sep 17 00:00:00 2001
2From: Dalon Westergreen <dalon.westergreen@intel.com>
3Date: Fri, 10 May 2019 10:30:44 -0700
4Subject: [PATCH 12/14] ARM: socfpga: stratix10: Remove CONFIG_OF_EMBED
5
6CONFIG_OF_EMBED was primarily enabled to support the stratix10
7spl hex file requirements. Since this option now produces a
8warning during build, and the spl hex can be created using
9alternate methods, CONFIG_OF_EMBED is no longer needed.
10
11Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
12
13---
14Changes in v3:
15 -> Revert to u-boot.img for SPL payload name
16Changes in v2:
17 -> Change CONFIG_SPL_TARGET back to u-boot-spl.hex
18---
19 configs/socfpga_stratix10_defconfig | 1 -
20 1 file changed, 1 deletion(-)
21
22diff --git a/configs/socfpga_stratix10_defconfig b/configs/socfpga_stratix10_defconfig
23index fbab388b43..f27180385d 100644
24--- a/configs/socfpga_stratix10_defconfig
25+++ b/configs/socfpga_stratix10_defconfig
26@@ -26,7 +26,6 @@ CONFIG_CMD_CACHE=y
27 CONFIG_CMD_EXT4=y
28 CONFIG_CMD_FAT=y
29 CONFIG_CMD_FS_GENERIC=y
30-CONFIG_OF_EMBED=y
31 CONFIG_DEFAULT_DEVICE_TREE="socfpga_stratix10_socdk"
32 CONFIG_ENV_IS_IN_MMC=y
33 CONFIG_NET_RANDOM_ETHADDR=y
34--
352.21.0
36