u-boot-brain/arch/x86/dts/quark-u-boot.dtsi
Simon Glass 2463f165a3 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>
2020-09-25 11:27:28 +08:00

15 lines
209 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2016, Bin Meng <bmeng.cn@gmail.com>
*/
#include <u-boot.dtsi>
#ifdef CONFIG_ROM_SIZE
&rom {
u-boot-with-ucode-ptr {
optional-ucode;
};
};
#endif