9
0
Fork 0

pcm051: Call the built-in kernel backup_kernel

For our main system we will boot the kernel that is inside the
rootfs but if that is failing we will load the other kernel.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-11 14:18:00 +02:00
parent a6f894835c
commit c7b3d21c96
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@
};
partition@6 {
label = "kernel";
label = "backup_kernel";
reg = <0x120000 0x800000>;
};