]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
mkimage: Allow padding to any length
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:22 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commit424b86ae597fa933b94fa91a6683e8c6b47af81d
tree5245d0750e01edde3481655231d5d90fdd6e2898
parent73a88d0e441ca389b548cf6104b8440ba858b1eb
mkimage: Allow padding to any length

At present there is an arbitrary limit of 4KB for padding. Rockchip needs
more than that, so remove this restriction.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
tools/mkimage.c