diff options
author | Alex Marginean <alexandru.marginean@nxp.com> | 2020-01-11 01:05:37 +0200 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-01-24 14:28:26 +0530 |
commit | 196ada6a6906a85c73b1a68acd5eb403224b04e2 (patch) | |
tree | 6dcd709a7db2f626e9aae26c181b0ff9ec10bd40 /board/freescale/ls2080a | |
parent | 2a322ff8121b66db138c74c1b6b657e326f60a8b (diff) | |
download | u-boot-196ada6a6906a85c73b1a68acd5eb403224b04e2.tar.gz |
board: fsl: ls2080a/ls2081a: remove empty arch_misc_init
The arch_misc_init function is empty on LS2 SoCs/boards, remove it.
Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'board/freescale/ls2080a')
-rw-r--r-- | board/freescale/ls2080a/ls2080a.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/freescale/ls2080a/ls2080a.c b/board/freescale/ls2080a/ls2080a.c index 949b57c24e..f144bf6b37 100644 --- a/board/freescale/ls2080a/ls2080a.c +++ b/board/freescale/ls2080a/ls2080a.c @@ -49,13 +49,6 @@ void detail_board_ddr_info(void) #endif } -#if defined(CONFIG_ARCH_MISC_INIT) -int arch_misc_init(void) -{ - return 0; -} -#endif - int board_eth_init(bd_t *bis) { int error = 0; |