From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stany MARCEL Date: Fri, 16 Sep 2011 22:05:18 +0200 Subject: [U-Boot] [PATCH 3/6] ColdFire: Move boards with simple _config rules to boards.cfg In-Reply-To: References: <1316004267-23656-1-git-send-email-stany.marcel@novasys-ingenierie.com> <1316004267-23656-3-git-send-email-stany.marcel@novasys-ingenierie.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> -----Original Message----- >> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de] On >> Behalf Of Stany MARCEL >> Sent: Wednesday, September 14, 2011 8:44 PM >> To: u-boot at lists.denx.de >> Cc: Jin Zhengxiong-R64188; Stany MARCEL; Jin Zhengxiong-R64188 >> Subject: [U-Boot] [PATCH 3/6] ColdFire: Move boards with simple _config rules >> to boards.cfg >> >> Signed-off-by: Stany MARCEL >> --- >> ?MAKEALL ? ? ? ? ? ? ? ? ? ?| ? ?6 --- >> ?Makefile ? ? ? ? ? ? ? ? ? | ? 96 -------------------------------------------- >> ?boards.cfg ? ? ? ? ? ? ? ? | ? 21 +++++++++- >> ?include/configs/M5329EVB.h | ? ?8 ++-- >> ?4 files changed, 24 insertions(+), 107 deletions(-) > [Jin Zhengxiong-R64188] > I suggest to put the M5329EVB update in another separate patch. Thanks. > > Best Regards, > Jason Hi Jason, The modification the M5329EVB configuration header is linked to the build modification, so I don't think it's a good idea to separate them. But if it is really necessary I can split the commit in two parts on Monday. Regards