From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 22 Oct 2012 09:16:45 -0700 Subject: [U-Boot] [PATCH 04/28] powerpc/mpc85xx: Introduce new macros to add and delete TLB entries In-Reply-To: References: <1349718271-26503-1-git-send-email-yorksun@freescale.com> <1349718271-26503-4-git-send-email-yorksun@freescale.com> Message-ID: <5085716D.9090705@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/22/2012 02:14 AM, Andy Fleming wrote: > This is causing a bunch of non QorIQ boards to stop building. Please > investigate: > > $ ./MAKEALL MPC8548CDS > Configuring for MPC8548CDS board... > start.S:300: Error: missing operand > start.S:300: Error: missing operand > start.S:300: Error: missing operand > start.S:300: Error: missing operand > start.S:300: Error: missing operand > start.S:300: Error: bad expression > start.S:300: Error: bad expression Thanks for catching it. I thought I run MAKEALL for mpc85xx. I may have missed this one after a rebase. Sending a patch to fix soon. York