mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-28 17:21:36 +02:00
Fix to make the baudrate changes immediate for the MCF52x2 family.
This commit is contained in:
parent
daa6e418bc
commit
c84bad0ef6
@ -248,7 +248,7 @@ int _do_setenv (int flag, int argc, char *argv[])
|
|||||||
baudrate);
|
baudrate);
|
||||||
udelay(50000);
|
udelay(50000);
|
||||||
gd->baudrate = baudrate;
|
gd->baudrate = baudrate;
|
||||||
#ifdef CONFIG_PPC
|
#if defined(CONFIG_PPC) || defined(CONFIG_MCF52x2)
|
||||||
gd->bd->bi_baudrate = baudrate;
|
gd->bd->bi_baudrate = baudrate;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user