projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e424c15
)
tegra: Enable generic board for Tegra
author
Simon Glass
<sjg@chromium.org>
Tue, 5 Mar 2013 14:39:56 +0000
(14:39 +0000)
committer
Tom Rini
<trini@ti.com>
Fri, 15 Mar 2013 20:14:01 +0000
(16:14 -0400)
Bravely enable CONFIG_SYS_GENERIC_BOARD for all Tegra boards.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/tegra-common.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common.h
b/include/configs/tegra-common.h
index 4a656bb51bf42a86886b9cc0f44ff227ac38fa86..88acccf56d9736a677185a13a12e5c56fe1573b1 100644
(file)
--- a/
include/configs/tegra-common.h
+++ b/
include/configs/tegra-common.h
@@
-157,4
+157,6
@@
#define CONFIG_SPL_SERIAL_SUPPORT
#define CONFIG_SPL_GPIO_SUPPORT
+#define CONFIG_SYS_GENERIC_BOARD
+
#endif /* _TEGRA_COMMON_H_ */