]> git.baikalelectronics.ru Git - uboot.git/commit
bios_emulator: Add Kconfig and adjust Makefile for SPL
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:38:38 +0000 (21:38 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:08:44 +0000 (17:08 +0800)
commitbf0315dd9c4eb111cb83bb633a113b4be058b99e
treedfe4c2effcd3228d70f6f4df2dd20adc80606714
parent8bcf81a3820b65a4c4e37a024f65c9fe99b24ccf
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>
board/google/Kconfig
drivers/Kconfig
drivers/Makefile
drivers/bios_emulator/Kconfig [new file with mode: 0644]