X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Ffreescale%2Fp1010rdb%2Fspl.c;fp=board%2Ffreescale%2Fp1010rdb%2Fspl.c;h=11bd9cfccce6273fdc16abcee79bafe6b003a1d4;hp=8fed26d693bf55572047c29280354eef6299def8;hb=a7e8c15f71456d55ccb27f843862af03a00e0957;hpb=91d7746df89f858548fe535137b4b185a6a76d59 diff --git a/board/freescale/p1010rdb/spl.c b/board/freescale/p1010rdb/spl.c index 8fed26d693..11bd9cfccc 100644 --- a/board/freescale/p1010rdb/spl.c +++ b/board/freescale/p1010rdb/spl.c @@ -14,7 +14,7 @@ DECLARE_GLOBAL_DATA_PTR; -ulong get_effective_memsize(void) +phys_size_t get_effective_memsize(void) { return CONFIG_SYS_L2_SIZE; }