From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 19 Oct 2015 01:43:10 +0200 Subject: [U-Boot] [PATCH] nios2: zap nios2-generic board dir In-Reply-To: <56242E3C.9080807@wytron.com.tw> References: <1445157392-27944-1-git-send-email-thomas@wytron.com.tw> <201510181735.48599.marex@denx.de> <56242E3C.9080807@wytron.com.tw> Message-ID: <201510190143.10616.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, October 19, 2015 at 01:41:48 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 10/18/2015 11:35 PM, Marek Vasut wrote: > >> +config SYS_CONFIG_NAME > >> + string "Board header file" > >> + help > >> + This option should contain the base name of board header file. > >> + The header file include/configs/.h > >> + should be included from include/config.h. > > > > I suspect we don't want this, since we're probing from DT. This option > > should default to something like include/configs/nios2.h , no ? > > This is needed as the Kconfig doesn't cover every config option yet. We > still need a per board file. But this is supposed to be removed when > Kconfig is done for every option. Don't we support just nios2-generic board ? > Now, the legacy board header, defconfig and dts are all that we need to > add a new board to nios2. I should add a README.nios2 after I finished > the conversion of altera_tse to driver model. Yeah :) Thanks! [...] Best regards, Marek Vasut