]> git.dujemihanovic.xyz Git - u-boot.git/commit
imx: nandbcb: Fix printf format in write_fcb
authorPali Rohár <pali@kernel.org>
Wed, 20 Oct 2021 09:13:15 +0000 (11:13 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 5 Feb 2022 12:38:38 +0000 (13:38 +0100)
commitaf602631e064a103d0254d4592784fe589c9a6bb
treeababb27ca492d450c2c8902e4228dff25b1b7d9d
parent91f27f3ba854409a3575a5b2d6e3f31526092f2b
imx: nandbcb: Fix printf format in write_fcb

Correct printf format for unsigned long long is %llx and not %llxx.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
arch/arm/mach-imx/cmd_nandbcb.c