]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n
authorEva Kurchatova <lekkit@at.encryp.ch>
Wed, 9 Oct 2024 08:48:28 +0000 (16:48 +0800)
committerAnatolij Gustschin <agust@denx.de>
Tue, 22 Oct 2024 18:56:28 +0000 (20:56 +0200)
commit722073a0653dd18d0148dd435f067be4e82f9129
tree14cbc33a7c2d0d57f72e537dc66a23bd694102de
parent7aa6906dda0d0936c91f14684df7c011b31b6435
video: simplefb: Fix build warn with CONFIG_FDT_64BIT=n

Fix compile warning with !CONFIG_FDT_64BIT by
casting the variable in the debug print.

Signed-off-by: Eva Kurchatova <lekkit@at.encryp.ch>
Reported-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/video/simplefb.c