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>
This commit is contained in:
parent
2109156b79
commit
074f273efb
|
@ -25,7 +25,6 @@ define Build/tegra-sdcard
|
||||||
-d $@-boot.scr \
|
-d $@-boot.scr \
|
||||||
$@.boot/boot.scr
|
$@.boot/boot.scr
|
||||||
|
|
||||||
PADDING="$(CONFIG_TARGET_IMAGES_PAD)" \
|
|
||||||
SIGNATURE="$(SIGNATURE)" \
|
SIGNATURE="$(SIGNATURE)" \
|
||||||
$(SCRIPT_DIR)/gen_image_generic.sh \
|
$(SCRIPT_DIR)/gen_image_generic.sh \
|
||||||
$@ \
|
$@ \
|
||||||
|
|
Loading…
Reference in New Issue