[Skiboot] [PATCH] core/flash: Rename KERNEL to BOOTKERNEL
Joel Stanley
joel at jms.id.au
Wed Mar 4 14:36:24 AEDT 2015
BOOTKERNEL is now the name for the PNOR petition that will contain the
separate kernel, so that users do not confuse the bootloader kernel with
the final OS kernel.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
core/flash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/flash.c b/core/flash.c
index 187d7c2..3a06d1d 100644
--- a/core/flash.c
+++ b/core/flash.c
@@ -354,7 +354,7 @@ static struct {
uint32_t subid;
char name[PART_NAME_MAX+1];
} part_name_map[] = {
- { RESOURCE_ID_KERNEL, RESOURCE_SUBID_NONE, "KERNEL" },
+ { RESOURCE_ID_KERNEL, RESOURCE_SUBID_NONE, "BOOTKERNEL" },
{ RESOURCE_ID_INITRAMFS,RESOURCE_SUBID_NONE, "ROOTFS" },
{ RESOURCE_ID_CAPP, RESOURCE_SUBID_SUPPORTED, "CAPP" },
};
--
2.1.4
More information about the Skiboot
mailing list