[PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling

Rick Chen rickchen36 at gmail.com
Tue Jul 25 09:17:21 CEST 2023


> From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of Bin Meng
> Sent: Sunday, July 23, 2023 12:41 PM
> To: Simon Glass <sjg at chromium.org>; u-boot at lists.denx.de
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Subject: [PATCH 17/18] riscv: qemu: Remove out-of-date "riscv, kernel-start" handling
>
> Commit 66ffe57 ("riscv: qemu: detect and boot the kernel passed by QEMU") added some logic to handle "riscv,kernel-start" in DT and stored the address to an environment variable kernel_start.
>
> However this "riscv,kernel-start" has never been an upstream DT binding.
> The upstream QEMU never generates such a DT either. Presumably U-Boot development was based on a downstream QEMU fork.
>
> Now we drop all codes in commit 66ffe57, except that BOARD_LATE_INIT is kept for later use.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
> ---
>
>  board/emulation/qemu-riscv/qemu-riscv.c | 24 ------------------------
>  include/configs/qemu-riscv.h            | 10 ----------
>  2 files changed, 34 deletions(-)

Reviewed-by: Rick Chen <rick at andestech.com>


More information about the U-Boot mailing list