]> git.dujemihanovic.xyz Git - u-boot.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)
commit603363927a0da1be12ff7e7b073202861c979693
treedfe4c2effcd3228d70f6f4df2dd20adc80606714
parentef836b9932865c4c244c7532830840560c29c172
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]