[U-Boot] [PATCH v5 23/23] tegra: Enable generic board for Seaboard.

Simon Glass sjg at chromium.org
Fri Feb 8 16:12:19 CET 2013


Enable CONFIG_SYS_GENERIC_BOARD for Tegra 2 Seaboard.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v5: None
Changes in v4:
- Rebase to master
- Drop sc520_timer.c patch (warning already fixed by previous patch)

Changes in v3:
- Rebase to master
- Rebase on top of x86/master (which has not yet been pulled to master)

Changes in v2:
- Change generic board to an opt-in system on a per-board basic
- Add CONFIG_SYS_GENERIC_BOARD to allow board to select generic board
- Add PowerPC support
- Rebase to master

 include/configs/seaboard.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index de0c777..0d2a318 100644
--- a/include/configs/seaboard.h
+++ b/include/configs/seaboard.h
@@ -40,6 +40,8 @@
 #define CONFIG_OF_CONTROL
 #define CONFIG_OF_SEPARATE
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* High-level configuration options */
 #define V_PROMPT		"Tegra20 (SeaBoard) # "
 #define CONFIG_TEGRA_BOARD_STRING	"NVIDIA Seaboard"
-- 
1.8.1



More information about the U-Boot mailing list