linux: adjust BR2_LINUX_KERNEL_IMAGE_NAME help text
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 2 Apr 2020 21:45:49 +0000 (23:45 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 2 Apr 2020 22:25:34 +0000 (00:25 +0200)
commitea044ee20c8b1a53cd75bc85e257674b8c106ee7
tree59e831a18baa0827d06718ba4556a5f4f6bc6927
parent19be97d497f7139d17deb7a7a5223d20bc4b98d5
linux: adjust BR2_LINUX_KERNEL_IMAGE_NAME help text

The help text of BR2_LINUX_KERNEL_IMAGE_NAME is somewhat incomplete,
in the sense that it assumes just a filename can be passed, while it
can be a relative path, such as 'compressed/vmlinux.bin.z'. So make it
clear that such paths are relative to arch/ARCH/boot/.

Also, drop the part about this being only useful for Xtensa as this is
not true: on MIPS it might be needed as well for some specific image
types.

Reported-by: Paul Cercueil <paul@crapouillou.net>
Cc: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/Config.in