diff options
| author | Stefano Babic <[email protected]> | 2015-03-05 10:41:15 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-03-05 09:23:13 -0500 |
| commit | b8956e91620ddfb4eb49237324c11b7905f62239 (patch) | |
| tree | 040f5971a6a48f92ba01de014f724b13d8f43619 /include | |
| parent | 33d5156f769eeb640f3be4a003ce7907995dcc36 (diff) | |
flea3: 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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/flea3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/flea3.h b/include/configs/flea3.h index edff0f54cf4..854ae90bd4a 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -22,6 +22,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 |
