]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: fix compatible property Milk-V Mars CM
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 23:11:58 +0000 (01:11 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 10 Sep 2024 02:10:43 +0000 (10:10 +0800)
commite0495c9186a429220eb342e415b9db57f097ef3d
tree659e790519625f8cd5625e637c8e5d822a230c78
parent5896ac5766fdafb0ba087c16261e3dff792dbe3e
board: fix compatible property Milk-V Mars CM

For the Milk-V Mars CM (lite) we have only been copying sizeof(void *)
bytes to the compatible property instead of the whole string list.

Fixes: de3229599d4f ("board: add support for Milk-V Mars CM")
Reported-by: E Shattow <lucent@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/starfive/visionfive2/spl.c