diff options
author | Stefano Babic | 2015-03-05 10:41:17 +0100 |
---|---|---|
committer | Tom Rini | 2015-03-05 09:23:19 -0500 |
commit | 642b6d7c16a7bc46e568375dee06da4dd467ef18 (patch) | |
tree | 889b8115d5812632492627026ef09cc1689280d9 | |
parent | e71f9d3de4b914ffb4eae23c13eaad75887d36ac (diff) |
woodburn: Convert to generic board
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to
prevent removal from the project.
Signed-off-by: Stefano Babic <sbabic@denx.de>
-rw-r--r-- | include/configs/woodburn_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index 8e1c7a44ccf..48b869268bb 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -21,6 +21,7 @@ #define CONFIG_SYS_CACHELINE_SIZE 32 #define CONFIG_DISPLAY_CPUINFO +#define CONFIG_SYS_GENERIC_BOARD /* Only in case the value is not present in mach-types.h */ #ifndef MACH_TYPE_FLEA3 |