
3 Jun
2014
3 Jun
'14
5:23 a.m.
On 28 May 2014 07:05, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
Use "make <board>_defconfig" instead of "make <board>_config".
FIXME! This fixup is bad because it still depends on boards.cfg to support options such as -a <ARCH>, -c <CPU> etc. We want to delete it when switching to Kconfig.
We have to invent another method without using boards.cfg.
It seems good enough while we still have this file.
Acked-by: Simon Glass sjg@chromium.org
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Changes in v2: None