tegra: image: remove unnecessary assumptions from bootscript
authorTomasz Maciej Nowak <tmn505@gmail.com>
Wed, 25 Nov 2020 16:10:05 +0000 (17:10 +0100)
committerPetr Štetiar <ynezz@true.cz>
Tue, 22 Dec 2020 17:59:10 +0000 (18:59 +0100)
commit4423b2753f27cdb4d5daf3d1fa91ec79a7724ba1
tree7aed76c0daba8cd1a8e9399719f845ecf72852dd
parentbbd665f38d6b48e56bb5ef38ee0eeceb02a8e129
tegra: image: remove unnecessary assumptions from bootscript

'bootz' expects gziped kernel image anyway, so hard-code it to zImage,
and remove root path from 'load' commands, by default the files are
searched in root directory.

This will make the bootscript static, so the command which modified it
when image was created can now be removed.

Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
target/linux/tegra/image/Makefile
target/linux/tegra/image/generic-bootscript