Skip to content

Commit 272382a

Browse files
committed
Duh, that's what made the fw load not work
It still prints a terminal-reset-requiring barf on start sometimes...
1 parent aa34bcd commit 272382a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage1.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
char welcome_banner1[] = "Fernly stage 1 loader for 6261\r\n";
1111
char welcome_banner2[] = "Write four bytes of program size, then write program data...\r\n>";
1212

13-
//#define LOADADDR 0x70000000
13+
#define LOADADDR 0x70000000
1414
// for osmocom gen'd firmware use 0x40000000
15-
#define LOADADDR 0x40000000
15+
//#define LOADADDR 0x40000000
1616

1717
int main()
1818
{

0 commit comments

Comments
 (0)