mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
cm-t54: convert to generic board
Use generic board setup functions by defining CONFIG_SYS_GENERIC_BOARD. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
This commit is contained in:
parent
e1c9895c8f
commit
bbfb286b8a
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
#undef CONFIG_MISC_INIT_R
|
||||
#undef CONFIG_SPL_OS_BOOT
|
||||
|
||||
/* Enable Generic board */
|
||||
#define CONFIG_SYS_GENERIC_BOARD
|
||||
|
||||
/* Device Tree defines */
|
||||
#define CONFIG_OF_LIBFDT
|
||||
#define CONFIG_OF_BOARD_SETUP
|
||||
|
|
Loading…
Add table
Reference in a new issue