summaryrefslogtreecommitdiff
path: root/board/freescale/ls1021aiot
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2017-07-04 11:35:43 +0800
committerYork Sun <york.sun@nxp.com>2017-08-09 09:57:32 -0700
commite4b5143eb61f90ca3a1502e556be65c36a71b9fc (patch)
tree0c1aa7130fe04e7ebbccd6b2e8cdec5f8ecef788 /board/freescale/ls1021aiot
parentbf7aecce04f0b29126b870c6d1e926bd26a681e8 (diff)
downloadu-boot-e4b5143eb61f90ca3a1502e556be65c36a71b9fc.tar.gz
fsl-lsch2: csu: remove multiple calling function
Function enable_layerscape_ns_access() is alreayd called soc-wide. Remove duplicated calling from individual boards. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [YS: Add commit message] Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'board/freescale/ls1021aiot')
-rw-r--r--board/freescale/ls1021aiot/ls1021aiot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/freescale/ls1021aiot/ls1021aiot.c b/board/freescale/ls1021aiot/ls1021aiot.c
index 3340e4db80..5854e2dbba 100644
--- a/board/freescale/ls1021aiot/ls1021aiot.c
+++ b/board/freescale/ls1021aiot/ls1021aiot.c
@@ -201,10 +201,6 @@ int board_init(void)
ls102xa_smmu_stream_id_init();
-#ifdef CONFIG_LAYERSCAPE_NS_ACCESS
- enable_layerscape_ns_access();
-#endif
-
return 0;
}