summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps/loader/main.c
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-03-09 05:40:10 +0100
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:19 +0200
commit750c49b946fa8ed80023b48b61c36600700928e7 (patch)
treeeef8417c7276820d8d0863d97b3a2b9948c1ef2b /src/target/firmware/apps/loader/main.c
parent311847997f7e60ba46de9636ccd47fccd6b52f9d (diff)
loader: re-enabled firmware entry commands
Diffstat (limited to 'src/target/firmware/apps/loader/main.c')
-rw-r--r--src/target/firmware/apps/loader/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/target/firmware/apps/loader/main.c b/src/target/firmware/apps/loader/main.c
index 08bb760a..8d8559e2 100644
--- a/src/target/firmware/apps/loader/main.c
+++ b/src/target/firmware/apps/loader/main.c
@@ -86,10 +86,7 @@ static void device_reset(void) {
static void device_enter_loader(unsigned char bootrom) {
flush_uart();
- puts("XXX: loader entry is broken\n");
- return;
- /* XXX: this is not working (with or without bootrom) */
calypso_bootrom(bootrom);
void (*entry)( void ) = (void (*)(void))0;
entry();