Re: [U-Boot] [PATCH v2 08/11] buildman: adjust for Kconfig

2014-06-02 Thread Simon Glass
On 28 May 2014 07:05, Masahiro Yamada wrote: > Use "make _defconfig" instead of "make _config". > > FIXME! > This fixup is bad because it still depends on boards.cfg > to support options such as -a , -c etc. > We want to delete it when switching to Kconfig. > > We have to invent another method wi

[U-Boot] [PATCH v2 08/11] buildman: adjust for Kconfig

2014-05-28 Thread Masahiro Yamada
Use "make _defconfig" instead of "make _config". FIXME! This fixup is bad because it still depends on boards.cfg to support options such as -a , -c etc. We want to delete it when switching to Kconfig. We have to invent another method without using boards.cfg. Signed-off-by: Masahiro Yamada ---