diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2010-11-09 23:19:50 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2010-11-10 16:09:59 -0600 |
commit | 16855ec139c24877d6474cda8820ac41a0ea85b0 (patch) | |
tree | ecfd6fdf827e4a723fc04f70c99ac5b8c11ecacb /include/configs/MPC8569MDS.h | |
parent | 9147ce15c07a766c134b407a0bcdcb4955a1fa6f (diff) | |
download | u-boot-imx-16855ec139c24877d6474cda8820ac41a0ea85b0.zip u-boot-imx-16855ec139c24877d6474cda8820ac41a0ea85b0.tar.gz u-boot-imx-16855ec139c24877d6474cda8820ac41a0ea85b0.tar.bz2 |
powerpc/8xxx: Enable e1000 driver on some FSL boards
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8569MDS.h')
-rw-r--r-- | include/configs/MPC8569MDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 6a15da5..b2d372e 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -488,6 +488,7 @@ extern unsigned long get_clock_freq(void); #undef CONFIG_EEPRO100 #undef CONFIG_TULIP +#define CONFIG_E1000 /* Define e1000 pci Ethernet card */ #undef CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ |