u-boot-brain/arch
Peng Fan 8fbbb6c27f arm: change tbu/l type to unsigned int
Change tbu/l type to unsigned int.
>From the timer file for arm,
"(((unsigned long long)gd->arch.tbu) << 32) | gd->arch.tbl;" is used,
This piece code is based on tbu/tbl is 32bits, so change the type to
unsigned int.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
2017-05-12 08:37:34 -04:00
..
arc board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
arm arm: change tbu/l type to unsigned int 2017-05-12 08:37:34 -04:00
avr32 Remove various unused interrupt related code 2017-04-06 20:42:18 -04:00
m68k spi: Zap cf_qspi driver and related code 2017-01-15 18:29:04 +01:00
microblaze spl: make image arg or fdt blob address reconfigurable 2017-05-08 11:38:40 -04:00
mips mips: bmips: add bcm6328-power-domain driver support for BCM63268 2017-05-10 16:16:09 +02:00
nds32 Remove various unused interrupt related code 2017-04-06 20:42:18 -04:00
nios2 fdt: Move fdt_fixup_ethernet to a common place 2017-05-01 09:11:59 -04:00
powerpc spl: make image arg or fdt blob address reconfigurable 2017-05-08 11:38:40 -04:00
sandbox dm: test: Add tests for the generic PHY uclass 2017-05-09 12:14:16 -06:00
sh sh: generate position independent code for all platforms 2016-12-02 21:32:54 -05:00
x86 fs: Kconfig: Add a separate config for FS_CBFS 2017-04-30 13:40:57 -04:00
xtensa board_f: Rename initdram() to dram_init() 2017-04-13 09:40:57 -04:00
.gitignore .gitignore: drop include/asm/proc from ignore pattern 2014-06-19 11:18:54 -04:00
Kconfig OpenRISC: Remove 2017-04-05 13:52:34 -04:00