9
0
Fork 0

ARM: pcm038: Remove duplicate imx27_barebox_entry() call

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2013-02-24 18:42:54 +04:00 committed by Sascha Hauer
parent c1722ac266
commit 240194f0e5
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ void __bare_init __naked barebox_arm_reset_vector(void)
arm_setup_stack(MX27_IRAM_BASE_ADDR + MX27_IRAM_SIZE - 8);
imx27_barebox_boot_nand_external();
#else
imx27_barebox_entry(0);
#endif
out:
imx27_barebox_entry(0);