[PATCH] ARM: pcm038: Remove duplicate imx27_barebox_entry() call
Alexander Shiyan
shc_work at mail.ru
Sun Feb 24 09:42:54 EST 2013
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
arch/arm/boards/pcm038/lowlevel.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/boards/pcm038/lowlevel.c b/arch/arm/boards/pcm038/lowlevel.c
index 85b9391..77b7bf5 100644
--- a/arch/arm/boards/pcm038/lowlevel.c
+++ b/arch/arm/boards/pcm038/lowlevel.c
@@ -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);
--
1.7.12.4
More information about the barebox
mailing list