From: Petr Štetiar Date: Tue, 25 Jun 2019 05:58:57 +0000 (+0200) Subject: tegra: image: remove image padding X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=074f273efb54d5e2b66e86fb02fad84ed02971f7;p=openwrt%2Fstaging%2Fxback.git tegra: image: remove image padding Commit "build: Remove TARGET_IMAGES_PAD option" has removed this config option so remove it from this target as well. Signed-off-by: Petr Štetiar --- diff --git a/target/linux/tegra/image/Makefile b/target/linux/tegra/image/Makefile index c1aa81bedd..ee4a45c9d8 100644 --- a/target/linux/tegra/image/Makefile +++ b/target/linux/tegra/image/Makefile @@ -25,7 +25,6 @@ define Build/tegra-sdcard -d $@-boot.scr \ $@.boot/boot.scr - PADDING="$(CONFIG_TARGET_IMAGES_PAD)" \ SIGNATURE="$(SIGNATURE)" \ $(SCRIPT_DIR)/gen_image_generic.sh \ $@ \