]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
avr32: Change bi_baudrate and global data baudrate to int
authorSimon Glass <sjg@chromium.org>
Fri, 12 Oct 2012 14:21:09 +0000 (14:21 +0000)
committerTom Rini <trini@ti.com>
Fri, 19 Oct 2012 22:25:44 +0000 (15:25 -0700)
commit15dc95d48a1c46c0bc738c1857665e61d8ad0b7c
tree6082c405b4a99c812212ffd7bdbd6240295841f4
parentecd4551f14418abda71607946134fb40253b843b
avr32: 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>
Acked-by: Andreas Bießmann <andreas.devel@googlemail.com>
Signed-off-by: Tom Rini <trini@ti.com>
arch/avr32/include/asm/global_data.h
arch/avr32/include/asm/u-boot.h
common/cmd_bdinfo.c