From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 03 Jun 2015 20:09:37 +0100 Subject: [U-Boot] [PATCH] sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default In-Reply-To: <1433355136-13627-1-git-send-email-hdegoede@redhat.com> References: <1433355136-13627-1-git-send-email-hdegoede@redhat.com> Message-ID: <1433358577.3342.1.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-06-03 at 20:12 +0200, Hans de Goede wrote: > Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default rather then > needing to have this in every sunxi defconfig file. > > This also fixes the Merrii_A80_Optimus defconfig no longer building. > > Cc: Maxin B. John > Reported-by: Maxin B. John > Signed-off-by: Hans de Goede Seem like the sorts of things which ought to be default y at the actual definition, since they would usually be wanted I think, but anyway: Acked-by: Ian Campbell