]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/lib/bootm-fdt.c
ARM: PSCI: Rework the DT handler slightly
[karo-tx-uboot.git] / arch / arm / lib / bootm-fdt.c
index d4f1578e9e96fcdbd1434b5c5e663339844ada83..665a3bc37fadb7c42fe6981f6f7bcf4b1360362a 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <common.h>
 #include <fdt_support.h>
-#include <asm/armv7.h>
+#include <asm/psci.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -38,7 +38,7 @@ int arch_fixup_fdt(void *blob)
        if (ret)
                return ret;
 
-       ret = armv7_update_dt(blob);
+       ret = psci_update_dt(blob);
 #endif
        return ret;
 }