[U-Boot-Users] [PATCH] update e1000 ifdef

Change ifdef to match "MVBC_P" board name.
Signed-off-by: Andre Schwarz andre.schwarz@matrix-vision.de ---
Ben,
this is a mini-patch and should do no harm. Since MVBC_1G has gone to oblivion and the new board is named MVBC_P. I'll submit the board patch in a few minutes.
Thanks, Andre
MATRIX VISION GmbH, Talstraße 16, DE-71570 Oppenweiler - Registergericht: Amtsgericht Stuttgart, HRB 271090 Geschäftsführer: Gerhard Thullner, Werner Armingeon, Uwe Furtner
drivers/net/e1000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/e1000.c b/drivers/net/e1000.c index c31029a..754a0bb 100644 --- a/drivers/net/e1000.c +++ b/drivers/net/e1000.c @@ -3031,7 +3031,7 @@ e1000_initialize(bd_t * bis) free(nic); return 0; } -#if !(defined(CONFIG_AP1000) || defined(CONFIG_MVBC_1G)) +#if !(defined(CONFIG_AP1000) || defined(CONFIG_MVBC_P)) if (e1000_validate_eeprom_checksum(nic) < 0) { printf("The EEPROM Checksum Is Not Valid\n"); free(hw);
participants (1)
-
Andre Schwarz