ENTRY(_stage2_main) SECTIONS { /* see loader_stage1.S for details */ . = 0x4000; __start = .; loader_stage2 : { KEEP(loader_stage2.o(.text)) loader_stage2.o uart.o } __end = .; }