Re: [U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-25 Thread Bin Meng
Hi Lukas, On Thu, Oct 25, 2018 at 7:39 PM Auer, Lukas wrote: > > Hi Bin, > > On Mon, 2018-10-22 at 15:22 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > > wrote: > > > > > > Move the target selection into a separate file (Kconfig.board) to > > > avoid >

Re: [U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-25 Thread Auer, Lukas
Hi Bin, On Mon, 2018-10-22 at 15:22 +0800, Bin Meng wrote: > Hi Lukas, > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > wrote: > > > > Move the target selection into a separate file (Kconfig.board) to > > avoid > > clutter once we support more boards. > > > > Signed-off-by: Lukas Auer > > ---

Re: [U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-25 Thread Auer, Lukas
Hi Bin, On Thu, 2018-10-25 at 10:50 +0800, Bin Meng wrote: > On Tue, Oct 23, 2018 at 10:48 AM Rick Chen > wrote: > > > > > > Subject: Re: [PATCH 09/30] riscv: move target selection into > > > > separate file > > > > > > > > Hi Lukas, > > > > > > > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer <

Re: [U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-24 Thread Bin Meng
On Tue, Oct 23, 2018 at 10:48 AM Rick Chen wrote: > > > > Subject: Re: [PATCH 09/30] riscv: move target selection into separate file > > > > > > Hi Lukas, > > > > > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > > > > > > wrote: > > > > > > > > Move the target selection into a separate file (Kco

Re: [U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-22 Thread Rick Chen
> > Subject: Re: [PATCH 09/30] riscv: move target selection into separate file > > > > Hi Lukas, > > > > On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer > > wrote: > > > > > > Move the target selection into a separate file (Kconfig.board) to > > > avoid clutter once we support more boards. > > > > > >

Re: [U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > Move the target selection into a separate file (Kconfig.board) to avoid > clutter once we support more boards. > > Signed-off-by: Lukas Auer > --- > > arch/riscv/Kconfig | 17 ++--- > arch/riscv/Kconfig.board | 14

[U-Boot] [PATCH 09/30] riscv: move target selection into separate file

2018-10-19 Thread Lukas Auer
Move the target selection into a separate file (Kconfig.board) to avoid clutter once we support more boards. Signed-off-by: Lukas Auer --- arch/riscv/Kconfig | 17 ++--- arch/riscv/Kconfig.board | 14 ++ 2 files changed, 16 insertions(+), 15 deletions(-) create mo