From 074f273efb54d5e2b66e86fb02fad84ed02971f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <ynezz@true.cz>
Date: Tue, 25 Jun 2019 07:58:57 +0200
Subject: tegra: image: remove image padding
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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 <ynezz@true.cz>
---
 target/linux/tegra/image/Makefile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'target/linux/tegra')

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 \
 		$@ \
-- 
cgit v1.2.3