]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap3: use only fixed-size types inside ctrl_structs
authorDirk Behme <dirk.behme@googlemail.com>
Sat, 8 Aug 2009 07:30:23 +0000 (09:30 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 8 Aug 2009 09:36:29 +0000 (11:36 +0200)
commita3d1421dfd0bb1a729e171f8a093ac837f92cec6
tree7b49b31639c5dfb40076adac10a33321746c0964
parent894113529e3a04871544dde977d6d7adee05d3bf
omap3: use only fixed-size types inside ctrl_structs

replace variable types in ctrl_structs for omap3 by those with
fixed size (u8, u16, u32).
Additional ifndef-protection is needed by examples which do not
compile when including asm/types.h

Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
include/asm-arm/arch-omap3/cpu.h