add kexecboot
This allows booting a new image from a running OS, creating a phram mtd for the root squashfs * enable CONFIG_KEXEC * add modules/kexecboot * patch kexec-tools to add --map-file option for the squashfs * patch kernel kexec code to call new kernel with DTB
This commit is contained in:
@@ -74,6 +74,7 @@ in {
|
||||
IKCONFIG_PROC = "y";
|
||||
PROC_FS = "y";
|
||||
|
||||
KEXEC = "y";
|
||||
MODULES = "y";
|
||||
MODULE_SIG = "y";
|
||||
DEBUG_FS = "y";
|
||||
|
Reference in New Issue
Block a user