[PATCH v4 04/45] bios_emulator: Add Kconfig and adjust Makefile for SPL
Bin Meng
bmeng.cn at gmail.com
Wed Jul 12 16:01:58 CEST 2023
On Mon, Jun 19, 2023 at 8:01 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> (no changes since v1)
>
> board/google/Kconfig | 7 -------
> drivers/Kconfig | 2 ++
> drivers/Makefile | 2 +-
> drivers/bios_emulator/Kconfig | 10 ++++++++++
> 4 files changed, 13 insertions(+), 8 deletions(-)
> create mode 100644 drivers/bios_emulator/Kconfig
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list