imx8: parser: fix some bad debug message formating
authorPeng Fan <peng.fan@nxp.com>
Wed, 22 Apr 2020 07:45:42 +0000 (15:45 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 11:46:22 +0000 (13:46 +0200)
commit828ad358a50164105b03e3d5ab0535963d62f92d
tree55d154fe67a2cf20a582c109f99abdd8de89ef68
parent0e248b5f024affcaab921b196b3e76026e251502
imx8: parser: fix some bad debug message formating

In SPL build, the formatting '%llx' in debug() is not supported.
Also, fix some misplaced parameters in printf.

Modified from Seb Fagard's downstream patch

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm/mach-imx/imx8/parse-container.c