From 30ab8666e4b339310caf7654de404f414f162338 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 10 Feb 2009 15:19:04 +0000 Subject: u-boot: don't make ETH1ADDR setting depend on avr32 No sensible reason why this should only be present on avr32. --- target/u-boot/Config.in | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.2.3