diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-04-25 15:17:00 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-05-09 15:10:54 +0200 |
commit | effb7dc6d92ddb862a305037db12241f2ab75257 (patch) | |
tree | 235086f8c7531cc231db7f1dfe60f692dd860c56 /include/configs/gw_ventana.h | |
parent | 483a435d93dad0f9a79778c70943dbb4d9934f7c (diff) | |
download | u-boot-imx-effb7dc6d92ddb862a305037db12241f2ab75257.zip u-boot-imx-effb7dc6d92ddb862a305037db12241f2ab75257.tar.gz u-boot-imx-effb7dc6d92ddb862a305037db12241f2ab75257.tar.bz2 |
imx: ventana: Convert to generic board
Enable CONFIG_SYS_GENERIC_BOARD on ventana.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r-- | include/configs/gw_ventana.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index b984f27..335f2ff 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) |