diff options
| author | Marcel Ziswiler <marcel@ziswiler.com> | 2009-09-09 21:09:00 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-09-10 23:11:03 +0200 | 
| commit | c7c1dbbf7159b38f3302b845dd97d28a543ff91b (patch) | |
| tree | 3811e7b23f36e71ab2dcd55bf7bcc32cbb3e17f4 | |
| parent | 45f89f340b4d8aa099fd022260dcb13cf3321b61 (diff) | |
| download | olio-uboot-2014.01-c7c1dbbf7159b38f3302b845dd97d28a543ff91b.tar.xz olio-uboot-2014.01-c7c1dbbf7159b38f3302b845dd97d28a543ff91b.zip | |
r7780mp: fix typo in Ethernet chip model number comment.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
| -rw-r--r-- | include/configs/r7780mp.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 7738a17b0..71c570eee 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -154,7 +154,7 @@  #define CONFIG_NET_MULTI  #define CONFIG_RTL8169  */ -/* AX88696L Support(NE2000 base chip) */ +/* AX88796L Support(NE2000 base chip) */  #define CONFIG_DRIVER_NE2000  #define CONFIG_DRIVER_AX88796L  #define CONFIG_DRIVER_NE2000_BASE	0xA4100000 |