mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
bd_info: remove bi_barudrate member from struct bd_info
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)
This commit is contained in:
committed by
Tom Rini
parent
3e41c54ad8
commit
8e2615752e
@@ -23,7 +23,6 @@
|
||||
#else /* !CONFIG_SYS_GENERIC_BOARD */
|
||||
|
||||
typedef struct bd_info {
|
||||
unsigned int bi_baudrate; /* serial console baudrate */
|
||||
unsigned long bi_arch_number; /* unique id for this board */
|
||||
unsigned long bi_boot_params; /* where this board expects params */
|
||||
unsigned long bi_memstart; /* start of DRAM memory */
|
||||
|
Reference in New Issue
Block a user