mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
This refactors the script to introduce a SectionKind enum that represents each of the kinds of sections handled by this system (text, data, rodata or bss), using that to improve the code structure by reducing the use of strings in favor of indicating the use of values by their types. Signed-off-by: Peter Marheine <pmarheine@chromium.org>