bootloader: Rename bootloader.ld to bootloader-intermediate.ld.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 8 Jul 2019 17:22:13 +0000 (19:22 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 5 Jan 2020 19:38:11 +0000 (20:38 +0100)
commit819a110096caba3d31533649fc9e007bd93af302
treefc153ce09ae91c91420f310218a97059a99da2bc
parent6c782c1ea136dd3968ae611a61bd5512cf5c009e
bootloader: Rename bootloader.ld to bootloader-intermediate.ld.

We will need two bootloader binaries eventually: an intermediate one
that we can install to 0x8000 using the vendor bootloader, and a
final one that is installed to 0x0 and will thus replace the vendor
bootloader.
SConscript.target
src/bootloader/bootloader-intermediate.ld [new file with mode: 0644]
src/bootloader/bootloader.ld [deleted file]