diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2015-09-01 19:01:02 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-13 08:01:09 -0400 |
commit | 6083aec1db1ac29f486641eee3d162a337cc4a01 (patch) | |
tree | 759fa3216e74f055cd22396d0e98bea7a2ed1cb2 /include | |
parent | 84c311f28e39d7b5b13069ae29a55bdf6c7c0890 (diff) | |
download | u-boot-imx-6083aec1db1ac29f486641eee3d162a337cc4a01.zip u-boot-imx-6083aec1db1ac29f486641eee3d162a337cc4a01.tar.gz u-boot-imx-6083aec1db1ac29f486641eee3d162a337cc4a01.tar.bz2 |
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 <simon.guinot@sequanux.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/lacie_kw.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 30810d3..7f63ae0 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -8,6 +8,11 @@ #define _CONFIG_LACIE_KW_H /* + * Generic board support + */ +#define CONFIG_SYS_GENERIC_BOARD + +/* * Machine number definition */ #if defined(CONFIG_INETSPACE_V2) |