]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
blackfin: Change global data baudrate to int
authorSimon Glass <sjg@chromium.org>
Fri, 12 Oct 2012 14:21:17 +0000 (14:21 +0000)
committerTom Rini <trini@ti.com>
Fri, 19 Oct 2012 22:25:45 +0000 (15:25 -0700)
commit5e84e5a7d445dd4fdcafa88675a99293587e4337
tree539fc2956efaa7e2b4d3ea54acef867ee2e02e50
parente46e31a83ab263430d616339bf096af4ca9b9aa2
blackfin: 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/blackfin/include/asm/global_data.h
arch/blackfin/include/asm/u-boot.h
arch/blackfin/lib/board.c
common/cmd_bdinfo.c