Signed-off-by: Luka Perkov <[email protected]> CC: Prafulla Wadaskar <[email protected]> CC: Stefan Roese <[email protected]> --- include/configs/pogo_e02.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/pogo_e02.h b/include/configs/pogo_e02.h index 7594bdb..89560ad 100644 --- a/include/configs/pogo_e02.h +++ b/include/configs/pogo_e02.h @@ -13,6 +13,8 @@ #ifndef _CONFIG_POGO_E02_H #define _CONFIG_POGO_E02_H +#define CONFIG_SYS_GENERIC_BOARD + /* * Machine type definition and ID */ -- 2.1.3 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

