Fix signing with no password file
If SWUPDATE_PASSWORD_FILE is not set, passout will have a value of None.
None will be incorrectly used in the signing command.
Set passout to an empty string when SWUPDATE_PASSWORD_FILE isn't set.
Signed-off-by: George McCollister <george.mccollister@gmail.com>
Acked-by: Stefano Babic <sbabic@denx.de>