diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-22 03:57:44 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-24 09:51:04 -0400 |
commit | f1957499ea545c0ee6d2cbedd3dbc36edc26508d (patch) | |
tree | ca9c4bc17662452355a4950c44d60aaa4225e955 /include/configs/qemu-malta.h | |
parent | feaa60662768dcc97fdf7c593583876ce4e1564c (diff) | |
download | u-boot-imx-f1957499ea545c0ee6d2cbedd3dbc36edc26508d.zip u-boot-imx-f1957499ea545c0ee6d2cbedd3dbc36edc26508d.tar.gz u-boot-imx-f1957499ea545c0ee6d2cbedd3dbc36edc26508d.tar.bz2 |
MIPS: qemu-malta: bring up ethernet
Qemu emulates a PCNET PCI card for the Malta CoreLV board.
Enable the pcnet driver and add board specific ethernet
initialization function to bring it up. Also enable the
CONFIG_CMD_NET and CONFIG_CMD_PING options.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Diffstat (limited to 'include/configs/qemu-malta.h')
-rw-r--r-- | include/configs/qemu-malta.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/qemu-malta.h b/include/configs/qemu-malta.h index ef44d3d..c79c911 100644 --- a/include/configs/qemu-malta.h +++ b/include/configs/qemu-malta.h @@ -20,6 +20,7 @@ #define CONFIG_PCI #define CONFIG_PCI_GT64120 #define CONFIG_PCI_PNP +#define CONFIG_PCNET /* * CPU Configuration @@ -105,10 +106,10 @@ #undef CONFIG_CMD_FPGA #undef CONFIG_CMD_LOADB #undef CONFIG_CMD_LOADS -#undef CONFIG_CMD_NET #undef CONFIG_CMD_NFS #define CONFIG_CMD_PCI +#define CONFIG_CMD_PING #define CONFIG_SYS_LONGHELP /* verbose help, undef to save memory */ |