]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/armltd/vexpress64/vexpress64.c
armv8/vexpress64: make multientry conditional
[karo-tx-uboot.git] / board / armltd / vexpress64 / vexpress64.c
index 20db81222e796b80ca2d988b377457807b05ced1..de6286435d97096e064c6220546046ff31c6b77c 100644 (file)
@@ -22,12 +22,6 @@ int board_init(void)
 
 int dram_init(void)
 {
-       /*
-        * Clear spin table so that secondary processors
-        * observe the correct value after waken up from wfe.
-        */
-       *(unsigned long *)CPU_RELEASE_ADDR = 0;
-
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }