From: Simon Guinot Date: Tue, 1 Sep 2015 17:01:02 +0000 (+0200) Subject: ARM: Kirkwood: enable generic board support for LaCie boards X-Git-Tag: v2015.10-rc4~56 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6083aec1db1ac29f486641eee3d162a337cc4a01;p=u-boot ARM: Kirkwood: enable generic board support for LaCie boards This patch enables generic board support for the following Kirkwood-based LaCie boards: - Network Space v2 (Mini, Lite and Max). - Internet Space v2. - D2 Network v2. - 2Big Network v2. Signed-off-by: Simon Guinot Reviewed-by: Simon Glass Tested-by: Simon Glass --- diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 30810d3752..7f63ae0d22 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -7,6 +7,11 @@ #ifndef _CONFIG_LACIE_KW_H #define _CONFIG_LACIE_KW_H +/* + * Generic board support + */ +#define CONFIG_SYS_GENERIC_BOARD + /* * Machine number definition */