arm: fsl-layerscape: move forward the non-secure access permission setup
[oweals/u-boot.git] / board / freescale / ls1043aqds / ls1043aqds.c
index 941dfbc447ebe9f1b3ed29c1d8e7bc1710dee264..16425575b20e8c5880bc2c65df48cfb622fa37d8 100644 (file)
@@ -17,7 +17,6 @@
 #include <mmc.h>
 #include <scsi.h>
 #include <fm_eth.h>
-#include <fsl_csu.h>
 #include <fsl_esdhc.h>
 #include <fsl_ifc.h>
 #include <spl.h>
@@ -316,9 +315,6 @@ int board_init(void)
        config_serdes_mux();
 #endif
 
-#ifdef CONFIG_LAYERSCAPE_NS_ACCESS
-       enable_layerscape_ns_access();
-#endif
        return 0;
 }