From: Ajay Bhargav Date: Mon, 16 Feb 2015 15:04:48 +0000 (+0100) Subject: arm: aspenite: convert to generic board X-Git-Tag: KARO-TX6-2015-09-18~3424 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c365e4268a5986260f9bff266420778540c39bf;p=karo-tx-uboot.git arm: aspenite: convert to generic board Enable CONFIG_SYS_GENERIC_BOARD for Marvell Aspenite. Signed-off-by: Ajay Bhargav Acked-by: Prafulla Wadaskar Acked-by: Luka Perkov --- diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index 727b14a6c2..47760ef7ba 100644 --- a/include/configs/aspenite.h +++ b/include/configs/aspenite.h @@ -10,6 +10,11 @@ #ifndef __CONFIG_ASPENITE_H #define __CONFIG_ASPENITE_H +/* + * Generic board support + */ +#define CONFIG_SYS_GENERIC_BOARD + /* * Version number information */