commit | 722073a0653dd18d0148dd435f067be4e82f9129 | [log] [tgz] |
---|---|---|
author | Eva Kurchatova <lekkit@at.encryp.ch> | Wed Oct 09 16:48:28 2024 +0800 |
committer | Anatolij Gustschin <agust@denx.de> | Tue Oct 22 20:56:28 2024 +0200 |
tree | 14cbc33a7c2d0d57f72e537dc66a23bd694102de | |
parent | 7aa6906dda0d0936c91f14684df7c011b31b6435 [diff] |
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>