S5J always uses the high vector. So, we do not need to consider the case
of CONFIG_ARCH_LOWVECTORS=y. This commit removes unnecessary codes for
it.
Change-Id: If48c987f82c372a32a8b03103d9a042e020848bf
Signed-off-by: Heesub Shin <heesub.shin@samsung.com>
mpu_priv_stronglyordered(0x80000000, 0x10000000, region++); // SFR access area, set to stronglyorder
mpu_control(true);
-#ifndef CONFIG_ARCH_LOWVECTORS
/* Region 10, for vecotr table(0xFFFF_0000++4KB, RO-WT */
mpu_priv_flash(0xFFFF0000, 0x1000, region++);
-#endif
return 0;
}
__asm__ __volatile__("b .");
#endif
-#ifndef CONFIG_ARCH_LOWVECTORS
up_copyvectorblock();
-#endif
#ifdef CONFIG_ARMV7R_MEMINIT
/* Initialize the .bss and .data sections as well as RAM functions