diff options
author | wdenk <wdenk> | 2003-05-12 21:50:16 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-05-12 21:50:16 +0000 |
commit | 45219c46605f9b933ab454738ee4ce543d5b70d6 (patch) | |
tree | dae6530a55b6b7b5a6974a5c557637419256a2ec /post/uart.c | |
parent | f7de16ae259fd01afe1d342dd0247dc9d3911edd (diff) |
Patch by Mathijs Haarman, 08 May 2003:LABEL_2003_05_12_2355
Add lan91c96 driver (tested on Lubbock and custom PXA250 board only)
Diffstat (limited to 'post/uart.c')
-rw-r--r-- | post/uart.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/post/uart.c b/post/uart.c index 354c6c7a3d8..3eaafd8203f 100644 --- a/post/uart.c +++ b/post/uart.c @@ -73,7 +73,9 @@ static struct { static char *ctlr_name[2] = { "SMC", "SCC" }; static int used_by_uart[2] = { -1, -1 }; +#if defined(SCC_ENET) static int used_by_ether[2] = { -1, -1 }; +#endif static int proff_smc[] = { PROFF_SMC1, PROFF_SMC2 }; static int proff_scc[] = |