
26 Jul
2014
26 Jul
'14
6:10 p.m.
Hi Masahiro,
On 22 July 2014 16:24, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
This series introduces Kconfig. For boards with SPL/TPL support, another .config file is created under spl/tpl directory.
Use "make spl:config", "make spl:menuconfig" etc. to modify spl/.config and "make tpl:config", "make tpl:menuconfig" etc. for tpl/.config.
This doesn't seem to work for me now:
$ rm -rf b/snow; CROSS_COMPILE=/opt/linaro/gcc-linaro-arm-linux-gnueabihf-4.8-2013.08_linux/bin/arm-linux-gnueabihf- make O=b/snow snow_defconfig spl:xconfig Makefile:134: *** multiple target patterns. Stop.
In case I have missed a patch, I pushed it to u-boot-x86.git in branch try-masa4.
Regards, Simon