Replace __bss_end__ with __bss_end
[oweals/u-boot.git] / arch / powerpc / cpu / mpc85xx / fdt.c
index d381cf9da2aeb7c02ebd551f033aa2809425482b..24eb9789be9708cd5ffca1d7c4c8d47ad85e29d4 100644 (file)
@@ -811,7 +811,7 @@ int ft_verify_fdt(void *fdt)
 #ifdef CONFIG_SYS_LBC_ADDR
        off = fdt_node_offset_by_compatible(fdt, -1, "fsl,elbc");
        if (off > 0) {
-               const u32 *reg = fdt_getprop(fdt, off, "reg", NULL);
+               const fdt32_t *reg = fdt_getprop(fdt, off, "reg", NULL);
                if (reg) {
                        uint64_t uaddr = CCSR_VIRT_TO_PHYS(CONFIG_SYS_LBC_ADDR);