[U-Boot] [PATCH] ea20: Convert to generic board

1 Sep
2015
1 Sep
'15
4:47 p.m.
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de --- include/configs/ea20.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/ea20.h b/include/configs/ea20.h index b9f28a3..3602fe1 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -24,6 +24,8 @@ #define CONFIG_VIDEO #define CONFIG_PREBOOT
+#define CONFIG_SYS_GENERIC_BOARD + /* * SoC Configuration */
--
1.9.1

2 Sep
2 Sep
11:58 p.m.
New subject: [U-Boot] ea20: Convert to generic board
On Tue, Sep 01, 2015 at 04:47:36PM +0200, Stefano Babic wrote:
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de
Applied to u-boot/master, thanks!
--
Tom
3539
Age (days ago)
3540
Last active (days ago)
1 comments
2 participants
participants (2)
-
Stefano Babic
-
Tom Rini