From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Sat, 21 Jan 2012 00:37:38 +0100 Subject: [U-Boot] [PATCH v2] main: unify command parsing functions In-Reply-To: <1327099611-11682-1-git-send-email-michael@walle.cc> References: <1327099611-11682-1-git-send-email-michael@walle.cc> Message-ID: <201201210037.38818.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Freitag 20 Januar 2012, 23:46:51 schrieb Michael Walle: > Introduce source_commands() which incorporates run_command2() and parts of > source(). > > All command script are now treated the same, that is newlines are accepted > within a command script and variable. > > Signed-off-by: Michael Walle > Cc: Wolfgang Denk > Cc: Mike Frysinger > --- > changes v2: > - unconditionally include malloc.h, fixes compiler warning Actually, this patch is v3. Sorry. -- Michael