]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/fdt_support.c
fdt: Correct warning in fdt_setup_simplefb_node()
authorSimon Glass <sjg@chromium.org>
Mon, 20 Apr 2015 18:37:16 +0000 (12:37 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 6 May 2015 02:58:19 +0000 (20:58 -0600)
commitc3ec646dde0428b96a67afd8c4c7b7db9dd4ca46
treefa83f125ecbeb53b37bf407daed4dd0544354691
parent182bf92d19cf007c2d6b9a264107d6996ae9014f
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