]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Change bi_baudrate and global data baudrate to int
authorSimon Glass <sjg@chromium.org>
Fri, 12 Oct 2012 14:21:08 +0000 (14:21 +0000)
committerTom Rini <trini@ti.com>
Fri, 19 Oct 2012 22:25:44 +0000 (15:25 -0700)
commitecd4551f14418abda71607946134fb40253b843b
treece039a303d243e21731c2f0365df10a2f2bf7891
parent44abe47debc783396ec48d929844dcf1106b72f3
sh: Change bi_baudrate and global data baudrate to int

These don't need to be longs, so change them.

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