mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: consolidate stage3_params structs and stage3 flags
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>
This commit is contained in:
committed by
Jan Höppner
parent
cb11d6baec
commit
6c04f97773
@@ -21,6 +21,7 @@
|
||||
#include "lib/zt_common.h"
|
||||
#include "lib/util_part.h"
|
||||
#include "lib/util_path.h"
|
||||
#include "stage3.h"
|
||||
|
||||
#include "boot.h"
|
||||
#include "bootmap.h"
|
||||
|
||||
Reference in New Issue
Block a user