armv8: fsl-layerscape: Fix "cpu release" command
[oweals/u-boot.git] / arch / arm / cpu / armv8 / cache.S
index fa447bce16b862e6710cf7792c9caf0d846f390c..ab8c08917ad7c5ba1b9e48799b629c3f9f0f5286 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <asm-offsets.h>
 #include <config.h>
-#include <version.h>
 #include <asm/macro.h>
 #include <linux/linkage.h>
 
@@ -113,7 +112,7 @@ ENDPROC(__asm_flush_dcache_all)
 
 ENTRY(__asm_invalidate_dcache_all)
        mov     x16, lr
-       mov     x0, #0xffff
+       mov     x0, #0x1
        bl      __asm_dcache_all
        mov     lr, x16
        ret