Skip to content
Snippets Groups Projects
Commit 9c792ab3 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

configs: JH7110: enable EFI_LOADER_BOUNCE_BUFFER


Our MMC driver for JH7110 boards only supports reading to the low 4 GiB of
memory. Booting boards with more memory requires EFI_LOADER_BOUNCE_BUFFER.

Reported-by: default avatarE Shattow <lucent@gmail.com>
Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tested-by: default avatarLoic Devulder <ldevulder@suse.com>
parent 3fbbaf13
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ CONFIG_CMODEL_MEDANY=y
CONFIG_RISCV_SMODE=y
# CONFIG_OF_BOARD_FIXUP is not set
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
CONFIG_FIT=y
CONFIG_BOOTSTD_DEFAULTS=y
CONFIG_BOOTSTAGE=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment