mirror of
https://xff.cz/git/u-boot/
synced 2025-10-12 21:46:44 +02:00
At present BSS data is including in the image, which wastes binary space. Remove it by rearranging the sections so that BSS is last. Signed-off-by: Simon Glass <sjg@chromium.org>