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
|
|
@ -19,6 +19,9 @@
|
||||||
#undef CONFIG_MISC_INIT_R
|
#undef CONFIG_MISC_INIT_R
|
||||||
#undef CONFIG_SPL_OS_BOOT
|
#undef CONFIG_SPL_OS_BOOT
|
||||||
|
|
||||||
|
/* Enable Generic board */
|
||||||
|
#define CONFIG_SYS_GENERIC_BOARD
|
||||||
|
|
||||||
/* Device Tree defines */
|
/* Device Tree defines */
|
||||||
#define CONFIG_OF_LIBFDT
|
#define CONFIG_OF_LIBFDT
|
||||||
#define CONFIG_OF_BOARD_SETUP
|
#define CONFIG_OF_BOARD_SETUP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue