You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
toboot: change device name back
Now that we have enough space, change the device name back to "Tomu
Bootloader".
Signed-off-by: Sean Cross <sean@xobs.io>
toboot: allow app_vectors to be anywhere
This allows the app_vector array to be moved to anywhere, which finally
realizes the ability to e.g. store programs at offset 0x2000.
Previously, we were still hardcoding an offset of 0x4000.
Signed-off-by: Sean Cross <sean@xobs.io>