diff options
| author | Ajay Bhargav <[email protected]> | 2015-02-16 16:02:30 +0100 |
|---|---|---|
| committer | Luka Perkov <[email protected]> | 2015-03-05 22:08:59 +0100 |
| commit | 911d3d62398f1a94b9a1b891eb509035736232ad (patch) | |
| tree | 9307dfccd4b444a95d67d2f145bf1abf7aacd0e5 /include | |
| parent | 694cc87b76b1063a2a7a8bd1809e990df0a469f8 (diff) | |
arm: gplugd: convert to generic board
Enable CONFIG_SYS_GENERIC_BOARD for Marvell gplugD.
Signed-off-by: Ajay Bhargav <[email protected]>
Acked-by: Prafulla Wadaskar <[email protected]>
Acked-by: Luka Perkov <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/gplugd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 404c56af104..0ac198df8d6 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -26,6 +26,11 @@ #endif /* + * Generic board support + */ +#define CONFIG_SYS_GENERIC_BOARD + +/* * Version number information */ #define CONFIG_IDENT_STRING "\nMarvell-gplugD" |
