From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 17 Apr 2020 09:45:27 +0800 Subject: [PATCH] Revert "riscv: qemu: clear kernel-start/-end in device tree as workaround for BBL" In-Reply-To: <20200414212446.689774-1-lukas.auer@aisec.fraunhofer.de> References: <20200414212446.689774-1-lukas.auer@aisec.fraunhofer.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Apr 15, 2020 at 5:25 AM Lukas Auer wrote: > > The commit was added as a workaround required in QEMU when using BBL as > the supervisor binary interface (SBI) for Linux. We are now using > OpenSBI to provide the SBI, the workaround is therefore not required > anymore and can be removed. > > This reverts commit 897206c5cc5c6ac0dc2ab851044e42baada3785b. > > Signed-off-by: Lukas Auer > --- > > board/emulation/qemu-riscv/Kconfig | 1 - > board/emulation/qemu-riscv/qemu-riscv.c | 39 ------------------------- > 2 files changed, 40 deletions(-) > Reviewed-by: Bin Meng