From e4b5143eb61f90ca3a1502e556be65c36a71b9fc Mon Sep 17 00:00:00 2001 From: Hou Zhiqiang Date: Tue, 4 Jul 2017 11:35:43 +0800 Subject: 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 [YS: Add commit message] Reviewed-by: York Sun --- board/freescale/ls1021aiot/ls1021aiot.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/freescale/ls1021aiot') 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; } -- cgit v1.2.1