diff options
author | Ajay Bhargav <ajay.bhargav@einfochips.com> | 2015-02-16 16:02:30 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-03-05 22:08:59 +0100 |
commit | 911d3d62398f1a94b9a1b891eb509035736232ad (patch) | |
tree | 9307dfccd4b444a95d67d2f145bf1abf7aacd0e5 /include/configs/gplugd.h | |
parent | 694cc87b76b1063a2a7a8bd1809e990df0a469f8 (diff) | |
download | u-boot-imx-911d3d62398f1a94b9a1b891eb509035736232ad.zip u-boot-imx-911d3d62398f1a94b9a1b891eb509035736232ad.tar.gz u-boot-imx-911d3d62398f1a94b9a1b891eb509035736232ad.tar.bz2 |
arm: gplugd: convert to generic board
Enable CONFIG_SYS_GENERIC_BOARD for Marvell gplugD.
Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include/configs/gplugd.h')
-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 404c56a..0ac198d 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" |