image: remove padding parameter from append-kernel/append-rootfs
authorMathias Kresin <dev@kresin.me>
Sun, 11 Sep 2016 17:05:20 +0000 (19:05 +0200)
committerMathias Kresin <dev@kresin.me>
Tue, 13 Sep 2016 17:36:41 +0000 (19:36 +0200)
commit61c2a7339a70b34cc357f9f190921365c39073f9
tree147d330471abdc1c7908ab37608ca547bcca93f1
parent14b40d61e13ce0408d5ed9dff2ad3a18ab0c2471
image: remove padding parameter from append-kernel/append-rootfs

Using pad-to instead of passing the optional padding to append-kernel
or append-rootfs. It could be that the value of a variable is passed.
In case the variable is empty no error is thrown.

Furthermore the purpose of the extra parameter is hard to get without
reading the code.

Signed-off-by: Mathias Kresin <dev@kresin.me>
include/image-commands.mk
target/linux/ar71xx/image/Makefile
target/linux/ar71xx/image/generic.mk
target/linux/ar71xx/image/ubnt.mk
target/linux/kirkwood/image/Makefile
target/linux/mvebu/image/Makefile