From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 18 Jan 2010 00:05:24 +0100 Subject: [U-Boot] [PATCH 1/4 v2] config_defaults.h: new header for common u-boot config defaults In-Reply-To: <1259806503-19853-1-git-send-email-vapier@gentoo.org> References: <20091202215555.315F34C025@gemini.denx.de> <1259806503-19853-1-git-send-email-vapier@gentoo.org> Message-ID: <20100117230524.DFDCBC88AE@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, In message <1259806503-19853-1-git-send-email-vapier@gentoo.org> you wrote: > There are a bunch of features in U-Boot that we want to enable by default, > and it's best if we centralize them in one place rather than updating all > the board files out there. > > Signed-off-by: Mike Frysinger > --- > note: the LMB patch should be applied before this small series to avoid > conflicts -- there isnt any actual dependency on each other > > v2 > - rebased onto latest next > > common/cmd_bootm.c | 4 ---- > include/config_defaults.h | 17 +++++++++++++++++ > mkconfig | 10 ++++++---- > 3 files changed, 23 insertions(+), 8 deletions(-) > create mode 100644 include/config_defaults.h Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de : I've tried (in vi) "g/[a-z]\n[a-z]/s//_/"...but that doesn't : cut it. Any ideas? (I take it that it may be a two-pass sort of solution). In the first pass, install perl. :-) Larry Wall <6849@jpl-devvax.JPL.NASA.GOV>