diff --git a/sw/bootrom/main.c b/sw/bootrom/main.c index 1a70744..00706e3 100644 --- a/sw/bootrom/main.c +++ b/sw/bootrom/main.c @@ -11,7 +11,7 @@ // Set up stack pointer asm("_start:\ xor sp, sp, sp;\ - lui sp, 0x80100;\ + lui sp, 0x40100;\ j main;\ "); */