arm: fsl-layerscape: move forward the non-secure access permission setup
[oweals/u-boot.git] / board / freescale / ls1012ardb / ls1012ardb.c
index f69768d24e98f7848655d20332077b05614cfbdd..a3748defb697bbb284a9d72746979e88135e2d00 100644 (file)
@@ -14,7 +14,6 @@
 #include <ahci.h>
 #include <mmc.h>
 #include <scsi.h>
-#include <fsl_csu.h>
 #include <fsl_esdhc.h>
 #include <environment.h>
 #include <fsl_mmdc.h>
@@ -207,10 +206,6 @@ int board_init(void)
        gd->env_addr = (ulong)&default_environment[0];
 #endif
 
-#ifdef CONFIG_LAYERSCAPE_NS_ACCESS
-       enable_layerscape_ns_access();
-#endif
-
        return 0;
 }