diff options
author | E Shattow <e@freeshell.de> | 2024-12-15 22:32:12 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-19 12:17:44 -0600 |
commit | ff1d5d87d0a18efb94e4fd5df0bb4c10b72a27bf (patch) | |
tree | 2e04d11a0034acb44b972b3de0b79561f871b446 | |
parent | d701c6ab4220a3f5e0fdef06720816d67c46f56d (diff) | |
download | u-boot-ff1d5d87d0a18efb94e4fd5df0bb4c10b72a27bf.zip u-boot-ff1d5d87d0a18efb94e4fd5df0bb4c10b72a27bf.tar.gz u-boot-ff1d5d87d0a18efb94e4fd5df0bb4c10b72a27bf.tar.bz2 |
Revert "configs: JH7110: enable EFI_LOADER_BOUNCE_BUFFER"
("Enable EFI_LOADER_BOUNCE_BUFFER") is not the correct fix for the
problem it describes.
The change of memory addressing leading to side-effects in commit
22f2c9ed9f53 ("efi: memory: use the lmb API's for allocating and
freeing memory") is remedied by commit 1a48b0be93d4 ("lmb: prohibit
allocations above ram_top even from same bank").
This reverts commit 9c792ab336f7146e8d49bca6d9d093d2392ded5d.
-rw-r--r-- | configs/starfive_visionfive2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig index 20f89ae..1c70d1d 100644 --- a/configs/starfive_visionfive2_defconfig +++ b/configs/starfive_visionfive2_defconfig @@ -32,7 +32,6 @@ 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 |