]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ge: bx50v3: use VPD instead of compile-time checks
authorIan Ray <ian.ray@ge.com>
Wed, 25 Apr 2018 14:57:02 +0000 (16:57 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 17 May 2018 09:54:24 +0000 (11:54 +0200)
commit7927ff7a3af203c38ec6b4119c0fcfd194c96ff3
treea0374793945d3a67266eafd02db492d000a5ac61
parent5e604e2ce7e836996103fa1e5bed4e92ce8d0bb2
board: ge: bx50v3: use VPD instead of compile-time checks

B{46}50v3s have an internal LCD that needs to be configured,
in comparison with B850v3 which has only external displays.

Use VPD instead of `CONFIG_TARGET_GE_B{4,6,8}50V3' compile-time
checks to correct initialize video based on the monitor type.

Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Nandor Han <nandor.han@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
board/ge/bx50v3/bx50v3.c