diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-15 13:11:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-15 13:11:24 -0500 |
| commit | 7fb97f9e2579b5b61c8c141d38c43ff07a24a393 (patch) | |
| tree | cc9e9fc2aa2a0e3070e73e61a8f5ebc2d5fd397d /ld_script.txt | |
| parent | f8ab09b4b42b4a28a36a7cae3b545a812db4133d (diff) | |
| parent | cf41c783708b5b029b1d5fcb3dd9f06ee79fa532 (diff) | |
Merge pull request #483 from GriffinRichards/remove-berry-fix
Remove berry fix
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 48a386163..a637721dd 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -1024,10 +1024,10 @@ SECTIONS { . = ALIGN(4); } =0 - other_data : + multiboot_data : ALIGN(4) { - data/unknown_serial_data.o(.rodata); + data/multiboot_ereader.o(.rodata); data/multiboot_berry_glitch_fix.o(.rodata); data/multiboot_pokemon_colosseum.o(.rodata); } =0 |
