From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Thu, 21 Apr 2016 09:18:59 -0500 Subject: [U-Boot] [PATCHv2] cmd: Kconfig: Add a Kconfig options for a few CMD In-Reply-To: References: <1461247523-22729-1-git-send-email-dinguyen@kernel.org> Message-ID: <5718E153.8000309@opensource.altera.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 04/21/2016 09:13 AM, Simon Glass wrote: > Hi Dinh, > > On 21 April 2016 at 08:05, Dinh Nguyen 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 >> --- >> 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. Dinh