projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0948f8a
)
u-boot: don't make ETH1ADDR setting depend on avr32
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 10 Feb 2009 15:19:04 +0000
(15:19 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 10 Feb 2009 15:19:04 +0000
(15:19 -0000)
No sensible reason why this should only be present on avr32.
target/u-boot/Config.in
patch
|
blob
|
history
diff --git
a/target/u-boot/Config.in
b/target/u-boot/Config.in
index 5d78cc9fcbb5a09be569430433b7b687068d2629..df6159cfaef091f5a0dbe4309e9b7345782ab9d1 100644
(file)
--- 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.