diff options
author | Ajay Bhargav | 2015-02-16 16:04:48 +0100 |
---|---|---|
committer | Luka Perkov | 2015-03-05 22:08:59 +0100 |
commit | e3c6c7bfee388ceeb98991e9b08c83f097f3b02c (patch) | |
tree | 1e26a0cc56ba772a068657e71986b5d314898e2f | |
parent | 911d3d62398f1a94b9a1b891eb509035736232ad (diff) |
arm: aspenite: convert to generic board
Enable CONFIG_SYS_GENERIC_BOARD for Marvell Aspenite.
Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Luka Perkov <luka.perkov@sartura.hr>
-rw-r--r-- | include/configs/aspenite.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index 727b14a6c25..47760ef7ba9 100644 --- a/include/configs/aspenite.h +++ b/include/configs/aspenite.h @@ -11,6 +11,11 @@ #define __CONFIG_ASPENITE_H /* + * Generic board support + */ +#define CONFIG_SYS_GENERIC_BOARD + +/* * Version number information */ #define CONFIG_IDENT_STRING "\nMarvell-Aspenite DB" |