diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-06-25 07:58:57 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-25 14:12:21 +0000 |
commit | 074f273efb54d5e2b66e86fb02fad84ed02971f7 (patch) | |
tree | 4bad6b135477f228769b6527c31b9d0db2106ba6 /target/linux/tegra | |
parent | 2109156b794fd94a94df358afad860bffc72d9d3 (diff) | |
download | upstream-074f273efb54d5e2b66e86fb02fad84ed02971f7.tar.gz upstream-074f273efb54d5e2b66e86fb02fad84ed02971f7.tar.bz2 upstream-074f273efb54d5e2b66e86fb02fad84ed02971f7.zip |
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 <ynezz@true.cz>
Diffstat (limited to 'target/linux/tegra')
-rw-r--r-- | target/linux/tegra/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ $@ \ |