From mboxrd@z Thu Jan 1 00:00:00 1970 From: AKASHI Takahiro Date: Mon, 22 Oct 2018 13:37:21 +0900 Subject: [U-Boot] [PATCH] arm: qemu: rework Kconfig In-Reply-To: References: <20181019085734.18067-1-takahiro.akashi@linaro.org> Message-ID: <20181022043720.GA11663@linaro.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Oct 19, 2018 at 06:16:30PM +0800, Bin Meng wrote: > Hi, > > On Fri, Oct 19, 2018 at 4:55 PM AKASHI Takahiro > wrote: > > > > Define a missing CONFIG_SYS_SOC and move some CONFIG_SYS_* to a more > > canonical place (i.e. under board). > > > > Signed-off-by: AKASHI Takahiro > > --- > > arch/arm/Kconfig | 1 + > > arch/arm/mach-qemu/Kconfig | 18 ++++++++++-------- > > board/emulation/qemu-arm/Kconfig | 9 +++++++++ > > 3 files changed, 20 insertions(+), 8 deletions(-) > > create mode 100644 board/emulation/qemu-arm/Kconfig > > > > Please rebase your changes on top of http://patchwork.ozlabs.org/patch/984021/ OK, but has this patch already acked? Anyway, I will include this patch in my patch set of "efi_loader: improve boot sequence in distro_bootcmd." Thanks, -Takahiro Akashi > Regards, > Bin