]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Correct warning in fdt_setup_simplefb_node()
authorSimon Glass <sjg@chromium.org>
Mon, 20 Apr 2015 18:37:16 +0000 (12:37 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:13 +0000 (22:37 +0200)
commit44e298ab9c9afb88ebf843ee4019802e2241533c
treedc8a9d9ade269f05a82e83eda366d41a4b1fdf23
parentc7b3f73303a52a5f950c484a6eaae1bcddd23bfb
fdt: Correct warning in fdt_setup_simplefb_node()

Adjust the printf() string to avoid a warning on sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c