
Hi Masahiro,
On 30 July 2014 09:27, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
Hi Simon,
On Mon, 28 Jul 2014 04:43:35 +0100 Simon Glass sjg@chromium.org wrote:
Also some thoughts for the future:
- The 'menuconfig' option makes it obvious that we are dealing with
U-Boot / SPL / TPL. Can we do the same for 'xconfig'?
Sorry, I could not understand what you mean.
In my rough understanding, 'menuconfig' and 'xconfig' are equivalent except the appearance of GUI.
What is expactly supported in 'menuconfig' and missing in 'xconfig'?
At the top with menuconfig it shows U-Boot, or SPL, or TPL so it is clear which one you are configuring. With xconfig I don't see the same thing. So when you are configuring SPL it is not clear that you are not in fact configuring the main U-Boot.
- If I do 'make tpl/menuconfig' and there is no TPL defined, I wonder
if it should give an error rather than allowing you to edit it?
I am not sure if it should. Anyway I can do this, if necessary, in a follow-up patch.
OK
Regards, Simon