X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Fsandbox%2Finclude%2Fasm%2Ftypes.h;h=6d3eb1f3de23e5a7fbc26abd34d42e4f958db567;hp=88c84bae7c8e7a9b27efcc8050add476a46f73c6;hb=0eb2acee394b16dd734f5f48b2cbf2f22065d060;hpb=cbe5cdfcd31633edce4ee78ebc008b922de571e3 diff --git a/arch/sandbox/include/asm/types.h b/arch/sandbox/include/asm/types.h index 88c84bae7c..6d3eb1f3de 100644 --- a/arch/sandbox/include/asm/types.h +++ b/arch/sandbox/include/asm/types.h @@ -48,8 +48,8 @@ typedef unsigned long long u64; #define BITS_PER_LONG CONFIG_SANDBOX_BITS_PER_LONG typedef unsigned long dma_addr_t; -typedef unsigned long phys_addr_t; -typedef unsigned long phys_size_t; +typedef u32 phys_addr_t; +typedef u32 phys_size_t; #endif /* __KERNEL__ */