projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e8f913
)
ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
author
Lukasz Majewski
<lukma@denx.de>
Thu, 16 May 2019 07:41:44 +0000
(09:41 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 19 Jul 2019 18:14:50 +0000
(20:14 +0200)
mccmon6 works in 10/100 MiB Ethernet environment, so disabling 1GiB support
improves robustness of the network after power up (as one don't need to
wait for autoneg).
Signed-off-by: Lukasz Majewski <lukma@denx.de>
include/configs/mccmon6.h
patch
|
blob
|
history
diff --git
a/include/configs/mccmon6.h
b/include/configs/mccmon6.h
index 231b2af87a5641c272d76a47fe23082a36847437..667dac7340a15a9f21b9442f4c37e690a70e814c 100644
(file)
--- a/
include/configs/mccmon6.h
+++ b/
include/configs/mccmon6.h
@@
-78,6
+78,7
@@
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"boot_os=yes\0" \
+ "disable_giga=yes\0" \
"download_kernel=" \
"tftpboot ${kernel_addr} ${kernel_file};" \
"tftpboot ${fdt_addr} ${fdtfile};\0" \