summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/target/firmware/apps/loader/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/target/firmware/apps/loader/main.c b/src/target/firmware/apps/loader/main.c
index fd10b192..04b337bc 100644
--- a/src/target/firmware/apps/loader/main.c
+++ b/src/target/firmware/apps/loader/main.c
@@ -133,6 +133,9 @@ int main(void)
/* Always disable wdt (some platforms enable it on boot) */
wdog_enable(0);
+ /* Disable the bootrom mapping */
+ calypso_bootrom(0);
+
/* Initialize TWL3025 for power control */
twl3025_init();