diff options
| author | Ben Warren <biggerbadderben@gmail.com> | 2008-10-27 23:50:15 -0700 | 
|---|---|---|
| committer | Ben Warren <biggerbadderben@gmail.com> | 2008-11-09 21:38:04 -0800 | 
| commit | 96e21f86e8266ed40759e5495ee461265d7f6d28 (patch) | |
| tree | c832ea73b28de835d1cae2ee6d5123f99bf4607f /include/configs/amcc-common.h | |
| parent | 9eb79bd8856bcab896ed5e1f1bca159807a124dd (diff) | |
| download | olio-uboot-2014.01-96e21f86e8266ed40759e5495ee461265d7f6d28.tar.xz olio-uboot-2014.01-96e21f86e8266ed40759e5495ee461265d7f6d28.zip | |
Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/amcc-common.h')
| -rw-r--r-- | include/configs/amcc-common.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/amcc-common.h b/include/configs/amcc-common.h index 85165710b..d3dc3e533 100644 --- a/include/configs/amcc-common.h +++ b/include/configs/amcc-common.h @@ -45,6 +45,7 @@  /*   * Ethernet/EMAC/PHY   */ +#define CONFIG_PPC4xx_EMAC  #define CONFIG_MII			/* MII PHY management		*/  #define CONFIG_NET_MULTI  #define CONFIG_NETCONSOLE		/* include NetConsole support	*/ |