]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
mips: Change global data baudrate to int
authorSimon Glass <sjg@chromium.org>
Fri, 12 Oct 2012 14:21:18 +0000 (14:21 +0000)
committerTom Rini <trini@ti.com>
Fri, 19 Oct 2012 22:25:45 +0000 (15:25 -0700)
commit8dc22b00ac2a43546e51c15339e07a5094d1e097
tree71bcfcbe3a5675465237d97bfb929cc19e81b2f0
parent5e84e5a7d445dd4fdcafa88675a99293587e4337
mips: Change global data baudrate to int

This doesn't need to be a long, so change it.

Also adjust bi_baudrate to be unsigned.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@ti.com>
arch/mips/include/asm/global_data.h
arch/mips/include/asm/u-boot.h
common/cmd_bdinfo.c