diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2009-04-28 16:50:53 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:47 +0200 |
commit | 18cc7afd9a153a66854af862d14ba01c5496cf07 (patch) | |
tree | 518fab8bb6d77c63167eb0bc4864c667bfd506a5 /include/configs/ORSG.h | |
parent | 70be6c2d40076f14062b892152649f9a62832fc9 (diff) |
Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
All in-tree PPC4xx boards now use CONFIG_NET_MULTI
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/ORSG.h')
-rw-r--r-- | include/configs/ORSG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ORSG.h b/include/configs/ORSG.h index 13d6e0496f9..b2e2d41f2b0 100644 --- a/include/configs/ORSG.h +++ b/include/configs/ORSG.h @@ -54,6 +54,7 @@ #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_PHY_ADDR 0 /* PHY address */ #define CONFIG_LXT971_NO_SLEEP 1 /* disable sleep mode in LXT971 */ +#define CONFIG_NET_MULTI /* |