
5 Mar
2015
5 Mar
'15
10:41 a.m.
Boards need to select CONFIG_SYS_GENERIC_BOARD in order to prevent removal from the project.
Signed-off-by: Stefano Babic sbabic@denx.de --- include/configs/flea3.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/flea3.h b/include/configs/flea3.h index bf02829..6604238 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
--
1.9.1