On Tue, 25 Jul 2023 at 01:17, Rick Chen <[email protected]> wrote: > > > From: U-Boot <[email protected]> On Behalf Of Bin Meng > > Sent: Sunday, July 23, 2023 12:41 PM > > To: Simon Glass <[email protected]>; [email protected] > > Cc: Bin Meng <[email protected]> > > 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 <[email protected]> > > --- > > > > board/emulation/qemu-riscv/qemu-riscv.c | 24 ------------------------ > > include/configs/qemu-riscv.h | 10 ---------- > > 2 files changed, 34 deletions(-) > > Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Simon Glass <[email protected]>

