From 6083aec1db1ac29f486641eee3d162a337cc4a01 Mon Sep 17 00:00:00 2001 From: Simon Guinot Date: Tue, 1 Sep 2015 19:01:02 +0200 Subject: [PATCH] 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 --- include/configs/lacie_kw.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */