mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 06:41:40 +00:00
x86: Enable CONFIG_OF_CONTROL on coreboot
Make use of a device tree on coreboot boards, and set the default to link. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
26f7621d99
commit
fc959081d4
1 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,12 @@
|
||||||
#define CONFIG_ZBOOT_32
|
#define CONFIG_ZBOOT_32
|
||||||
#define CONFIG_PHYSMEM
|
#define CONFIG_PHYSMEM
|
||||||
|
|
||||||
|
#define CONFIG_LMB
|
||||||
|
#define CONFIG_OF_LIBFDT
|
||||||
|
#define CONFIG_OF_CONTROL
|
||||||
|
#define CONFIG_OF_SEPARATE
|
||||||
|
#define CONFIG_DEFAULT_DEVICE_TREE link
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
* Watchdog Configuration
|
* Watchdog Configuration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue