mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
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>
This commit is contained in:
parent
308b1a960e
commit
2463f165a3
@ -7,17 +7,15 @@
|
||||
#include <u-boot.dtsi>
|
||||
|
||||
#ifdef CONFIG_ROM_SIZE
|
||||
/ {
|
||||
binman {
|
||||
&rom {
|
||||
#ifdef CONFIG_SPL
|
||||
u-boot-spl-with-ucode-ptr {
|
||||
optional-ucode;
|
||||
};
|
||||
#else
|
||||
u-boot-with-ucode-ptr {
|
||||
optional-ucode;
|
||||
};
|
||||
#endif
|
||||
u-boot-spl-with-ucode-ptr {
|
||||
optional-ucode;
|
||||
};
|
||||
#else
|
||||
u-boot-with-ucode-ptr {
|
||||
optional-ucode;
|
||||
};
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
@ -6,11 +6,9 @@
|
||||
#include <u-boot.dtsi>
|
||||
|
||||
#ifdef CONFIG_ROM_SIZE
|
||||
/ {
|
||||
binman {
|
||||
u-boot-with-ucode-ptr {
|
||||
optional-ucode;
|
||||
};
|
||||
&rom {
|
||||
u-boot-with-ucode-ptr {
|
||||
optional-ucode;
|
||||
};
|
||||
};
|
||||
#endif
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user