mirror of
https://github.com/drasko/codezero.git
synced 2026-04-30 15:41:30 +02:00
Some cleanup in uart fixes.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
virtual_base = %s;
|
||||
physical_base = %s;
|
||||
|
||||
__stack = (0x20000000 - 0x1000 - 8); /* First page before the env/args */
|
||||
__stack = (virtual_base - 0x1000 - 8); /* First page before the env/args */
|
||||
|
||||
offset = virtual_base - physical_base;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user