commit | 908ee656a4e1fc90529854d492fec8933a98275f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:38:38 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:08:44 2023 +0800 |
tree | dfe4c2effcd3228d70f6f4df2dd20adc80606714 | |
parent | 23ec2941e3811e89563ce3a19a2c60134e84dc26 [diff] |
bios_emulator: Add Kconfig and adjust Makefile for SPL The Kconfig for this is currently inside a particular board. Move it into the correct place and allow use in SPL, so that video can be used there if needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>