Message ID | 1425440184-32398-3-git-send-email-joel@jms.id.au |
---|---|
State | Accepted |
Headers | show |
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" }, };
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@jms.id.au> --- core/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)