Re: [U-Boot] [PATCH] x86: Add scsi command to coreboot and qemu

2018-06-26 Thread Bin Meng
On Wed, Jun 27, 2018 at 7:18 AM, Simon Glass wrote: > On 26 June 2018 at 04:58, Bin Meng wrote: >> This adds the scsi command to coreboot and qemu, to be in consistent >> with other x86 targets. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cpu/coreboot/Kconfig | 1 + >> arch/x86/cpu/qemu

Re: [U-Boot] [PATCH] x86: Add scsi command to coreboot and qemu

2018-06-26 Thread Simon Glass
On 26 June 2018 at 04:58, Bin Meng wrote: > This adds the scsi command to coreboot and qemu, to be in consistent > with other x86 targets. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/coreboot/Kconfig | 1 + > arch/x86/cpu/qemu/Kconfig | 1 + > 2 files changed, 2 insertions(+) Reviewe