
On Thu, Apr 21, 2016 at 09:18:59AM -0500, Dinh Nguyen wrote:
Hi Simon,
On 04/21/2016 09:13 AM, Simon Glass wrote:
Hi Dinh,
On 21 April 2016 at 08:05, Dinh Nguyen dinguyen@kernel.org wrote:
Add the following CMD options to Kconfig:
CMD_BOOTZ CMD_ASKENV CMD_GREPENV CMD_USB_MASS_STORAGE CMD_FAT CMD_MII CMD_CACHE CMD_DFU CMD_EXT2 CMD_EXT4 CMD_EXT4_WRITE CMD_FS_GENERIC CMD_MMC
Signed-off-by: Dinh Nguyen dinguyen@kernel.org
v2: remove an extra CMD_DFU
cmd/Kconfig | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+)
Can you convert existing users with moveconfig.py?
Yes, I started doing the moveconfig, starting with ARM, but I saw Tom's message to hold off because it might conflict with his work. I'll be happy to do the moveconfig, when I get Tom's OK to move ahead.
The problem with doing moveconfig.py is that it does get conflict happy so easily. My intention with this patch at least is to set things up locally so I can do that and test it here, then push, to make life a bit easier.