[U-Boot] [PATCH 2/5] board: fsl: ls2080a/ls2081a: remove empty arch_misc_init

2019-12-03 Thread Alex Marginean
The arch_misc_init function is emtpy on LS2 SoCs/boards, remove it. Signed-off-by: Alex Marginean --- arch/arm/Kconfig| 5 - board/freescale/ls2080a/ls2080a.c | 7 --- board/freescale/ls2080aqds/ls2080aqds.c | 7 --- board/freescale/ls2080ardb/ls2080ardb

Re: [U-Boot] [PATCH 2/5] board: fsl: ls2080a/ls2081a: remove empty arch_misc_init

2019-12-03 Thread Alexandru Marginean
On 12/3/2019 11:46 AM, Alex Marginean wrote: > The arch_misc_init function is emtpy on LS2 SoCs/boards, remove it. s/emtpy/empty/ > > Signed-off-by: Alex Marginean > --- > arch/arm/Kconfig| 5 - > board/freescale/ls2080a/ls2080a.c | 7 --- > board/frees