[U-Boot] [PATCH] tricorder: convert to generic board

Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com Cc: Thomas Weber thomas.weber@corscience.de ---
include/configs/tricorder.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 80985a2..847e099 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -35,6 +35,8 @@ #include <asm/arch/cpu.h> /* get chip and board defs */ #include <asm/arch/omap3.h>
+#define CONFIG_SYS_GENERIC_BOARD + /* Display CPU and Board information */ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO

On Wed, Jul 09, 2014 at 05:10:34PM +0200, Andreas Bießmann wrote:
Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com Cc: Thomas Weber thomas.weber@corscience.de
Applied to u-boot-ti/master, thanks!
participants (2)
-
Andreas Bießmann
-
Tom Rini