From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 27 Oct 2009 21:15:03 +0100 Subject: [U-Boot] [PATCH v3 4/4] add TI DA8xx support: Integrate DA830 EVM support into U-Boot In-Reply-To: <4AE5E004.6030908@gefanuc.com> References: <4AE5E004.6030908@gefanuc.com> Message-ID: <20091027201503.481DEE916D5@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 Nick Thompson, In message <4AE5E004.6030908@gefanuc.com> you wrote: > Integrate DA830 EVM support into U-Boot. > > Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum > Digital EVM board. See http://www.spectrumdigital.com/ > > Signed-off-by: Nick Thompson ... > diff --git a/MAKEALL b/MAKEALL > index 0a34a58..4d4350b 100755 > --- a/MAKEALL > +++ b/MAKEALL > @@ -569,6 +569,7 @@ LIST_ARM9=" \ > davinci_dm355evm \ > davinci_dm355leopard \ > davinci_dm6467evm \ > + da830evm \ Please keep list sorted. > ######################################################################### > diff --git a/Makefile b/Makefile > index 449099a..e2e62b2 100644 > --- a/Makefile > +++ b/Makefile > @@ -2936,6 +2936,9 @@ davinci_dm365evm_config : unconfig > davinci_dm6467evm_config : unconfig > @$(MKCONFIG) $(@:_config=) arm arm926ejs dm6467evm davinci davinci > > +da830evm_config: unconfig > + @$(MKCONFIG) $(@:_config=) arm arm926ejs da830evm davinci davinci > + Ditto. 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 What we anticipate seldom occurs; what we least expect generally happens. - Bengamin Disraeli