9
0
Fork 0

i.MX: vf610-twr: Remove MSCM setup code

Recent kernel versions should have appropriate driver code that sets up
interrupt rounting correctly, so there's no need for that to be done in
the bootloader.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Andrey Smirnov 2017-01-10 07:09:13 -08:00 committed by Sascha Hauer
parent 8108b5a81b
commit da4801f3e8
1 changed files with 0 additions and 5 deletions

View File

@ -29,14 +29,9 @@ ENTRY_FUNCTION(start_vf610_twr, r0, r1, r2)
{
int i;
void *fdt;
void __iomem *mscm = IOMEM(VF610_MSCM_BASE_ADDR);
vf610_cpu_lowlevel_init();
for (i = 0; i < VF610_MSCM_IRSPRC_NUM; i++)
writew(VF610_MSCM_IRSPRC_CP0_EN,
mscm + VF610_MSCM_IRSPRC(i));
if (IS_ENABLED(CONFIG_DEBUG_LL))
setup_uart();