mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
a956bdcb3f
This patch extends the am335x_evm board for the AM335x IDK. The IDK board uses MII for the ethernet phy (same as Beaglebone board) and MMC0 for storage (but without card detect line). The IDK uses UART3 for console. So u-boot must be build with CONFIG_SERIAL4 and CONFIG_CONS_INDEX=4 or for the am335x_evm_uart3 board configuration as introduced by Andrew Bradfords recent patch series "am33xx: Enable UART {1,2,3,4,5}...". When using the IDK with console on UART0, those patches are not required. In this case the board slightly needs to be modified. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> |
||
---|---|---|
.. | ||
am335x | ||
am3517crane | ||
beagle | ||
evm | ||
omap5_evm | ||
omap730p2 | ||
omap1510inn | ||
omap2420h4 | ||
omap5912osk | ||
panda | ||
sdp3430 | ||
sdp4430 | ||
tnetv107xevm |