commit | 193edc70bf87d2475ecffcf6235e64d5de656f1a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:21:55 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 25 17:59:30 2016 -0700 |
tree | 80f73ef1bb343b668aa07524db4fcd156081856f | |
parent | 5dab57538491295770003cf011b4ef06367836f5 [diff] |
rockchip: video: Correct HDMI data source selection This code currently always selects the second source. It only worked because both sources are set up. With the change to only init video devices that are present in the stdout environment variable, this fails. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>