summaryrefslogtreecommitdiff
path: root/arch/x86/dts/u-boot.dtsi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-06 19:35:31 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-25 06:27:28 +0300
commit2463f165a32370f44186e320aced170d50676b54 (patch)
tree04266d6bd2ae79e01374fa48f123db5e6e0db223 /arch/x86/dts/u-boot.dtsi
parent308b1a960e3173148a313dfab29a00349168eced (diff)
downloadu-boot-2463f165a32370f44186e320aced170d50676b54.tar.xz
x86: Use multiple images
We already use binman's 'multiple-images' feature with Chrome OS and we want to use it for Edison. There is no real down-side. Adjust x86 to always use multiple-images. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/x86/dts/u-boot.dtsi')
-rw-r--r--arch/x86/dts/u-boot.dtsi7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index fa8106c8b8..90badcc15c 100644
--- a/arch/x86/dts/u-boot.dtsi
+++ b/arch/x86/dts/u-boot.dtsi
@@ -6,7 +6,6 @@
#include <config.h>
-#ifdef CONFIG_CHROMEOS
/ {
binman {
multiple-images;
@@ -14,12 +13,6 @@
};
};
};
-#else
-/ {
- rom: binman {
- };
-};
-#endif
#ifdef CONFIG_ROM_SIZE
&rom {