diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-10 15:19:04 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-10 15:19:04 +0000 |
commit | 30ab8666e4b339310caf7654de404f414f162338 (patch) | |
tree | b900890f5ad30fb44a842db78d2818fac83183ab /target/u-boot/Config.in | |
parent | 0948f8af3765df60e50a4c3bd2123eca8874d17f (diff) | |
download | buildroot-novena-30ab8666e4b339310caf7654de404f414f162338.tar.gz buildroot-novena-30ab8666e4b339310caf7654de404f414f162338.zip |
u-boot: don't make ETH1ADDR setting depend on avr32
No sensible reason why this should only be present on avr32.
Diffstat (limited to 'target/u-boot/Config.in')
-rw-r--r-- | target/u-boot/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in index 5d78cc9fc..df6159cfa 100644 --- a/target/u-boot/Config.in +++ b/target/u-boot/Config.in @@ -311,7 +311,6 @@ config BR2_TARGET_UBOOT_ETHADDR config BR2_TARGET_UBOOT_ETH1ADDR string "ethernet 2 address" - depends on BR2_TARGET_AVR32 help Target MAC address for the second ethernet interface. |