From c7b3d21c961baa30b3ec13f8818bc44ac70f8c52 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 11 Jul 2014 14:18:00 +0200 Subject: [PATCH] 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. --- arch/arm/dts/am335x-phytec-phycore.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/am335x-phytec-phycore.dts b/arch/arm/dts/am335x-phytec-phycore.dts index 0c70628d8..f8d0d4775 100644 --- a/arch/arm/dts/am335x-phytec-phycore.dts +++ b/arch/arm/dts/am335x-phytec-phycore.dts @@ -308,7 +308,7 @@ }; partition@6 { - label = "kernel"; + label = "backup_kernel"; reg = <0x120000 0x800000>; };