diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-11 07:10:18 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 07:10:18 -0400 |
commit | 7f513e8196589e3b1274132abe3b59e52979e3e5 (patch) | |
tree | 971e50888e2ce7a42cc409d22d4e2c140e85a48d /board/freescale/ls1021aiot | |
parent | b24065c4ef21687787a74eef22dfa9232096f965 (diff) | |
parent | 1c83df6f3f95055ed1c8fb40d1d0604863eab78b (diff) | |
download | u-boot-7f513e8196589e3b1274132abe3b59e52979e3e5.tar.gz |
Merge git://git.denx.de/u-boot-fsl-qoriq
Diffstat (limited to 'board/freescale/ls1021aiot')
-rw-r--r-- | board/freescale/ls1021aiot/ls1021aiot.c | 4 |
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; } |