From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Sun, 01 Mar 2015 01:19:41 +0100 Subject: [U-Boot] [PATCH 4/4] apalis/colibri_t30: add misc cmds increase buf sizes and max args In-Reply-To: <54E3A6B5.7060508@wwwdotorg.org> References: <54E3A6B5.7060508@wwwdotorg.org> Message-ID: <1425169181.2752.6.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-02-17 at 13:38 -0700, Stephen Warren wrote: > > CONFIG_CMDLINE_EDITING > > README isn't very informative on this subject. What does this add? I can > already up-arrow and edit command-lines on all Tegra devices. If it's > not that big, I wonder if enabling it for all Tegra would make sense? > > > CONFIG_CMD_FS_GENERIC > > Isn't that already set as part of the generic distro boot support? > include/config_distro_defaults.h:#define CONFIG_CMD_FS_GENERIC Yes, you are absolutely right. Both were actually already set via config_distro_defaults.h which I missed noticing, sorry about that. I will drop those two from a v2.