mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Introduce a struct definition for the stage3 parameters used by stage3.c. This makes it easier to maintain the stage3 linker script and it allows us to consolidate the stage3_params structs defined in `stage3.h` and `include/boot.h` as well as the stage3 flag macros. Reviewed-by: Philipp Rudo <prudo@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>