From: Tim Harvey Date: Fri, 25 Apr 2014 22:17:00 +0000 (-0700) Subject: imx: ventana: Convert to generic board X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=effb7dc6d92ddb862a305037db12241f2ab75257;p=project%2Fbcm63xx%2Fu-boot.git imx: ventana: Convert to generic board Enable CONFIG_SYS_GENERIC_BOARD on ventana. Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index b984f27049..335f2ff6aa 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -24,6 +24,8 @@ #define CONFIG_SERIAL_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SYS_GENERIC_BOARD + /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)