
13 May
2014
13 May
'14
3:51 a.m.
On Fri, Apr 04, 2014 at 08:09:58PM +0900, Masahiro Yamada wrote:
gd->bd->bi_baudrate is a copy of gd->baudrate.
Since baudrate is a common feature for all architectures, keep gd->baudrate only.
It is true that bi_baudrate was passed to the kernel in that structure but it was a long time ago.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com Cc: Tom Rini trini@ti.com Cc: Simon Glass sjg@chromium.org Cc: Wolfgang Denk wd@denx.de Cc: Heiko Schocher hs@denx.de Acked-by: Michal Simek monstr@monstr.eu (For microblaze)
Applied to u-boot/master, thanks!
--
Tom