Skip to content

Commit

Permalink
x86: Enable CONFIG_OF_CONTROL on coreboot
Browse files Browse the repository at this point in the history
Make use of a device tree on coreboot boards, and set the default
to link.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 committed Mar 4, 2013
1 parent 26f7621 commit fc95908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/configs/coreboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
#define CONFIG_ZBOOT_32
#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
*/
Expand Down

0 comments on commit fc95908

Please sign in to comment.