diff options
| author | Robert Morris | 2019-06-04 10:43:45 -0400 |
|---|---|---|
| committer | Robert Morris | 2019-06-04 10:43:45 -0400 |
| commit | 0e131b226336808c135795f5b9d7defc5a58b2ae (patch) | |
| tree | 226cf0c8f1043d99175aee8835baf570cdf662e6 /kernel.ld | |
| parent | b78894f34ebbceb23bcf36ff820fefb942b54ccf (diff) | |
fix a problem with end. make uartputc() wait until h/w is ready.
Diffstat (limited to 'kernel.ld')
| -rw-r--r-- | kernel.ld | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -26,8 +26,6 @@ SECTIONS } bss : { *(.bss) + PROVIDE(end = .); } - - . = ALIGN(0x1000); - PROVIDE(end = .); } |
