From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 16 Dec 2014 09:18:30 -0800 Subject: [U-Boot] [Patch v3] powerpc/mpc85xx: Fix DDR TLB mapping leftover In-Reply-To: <1417548069-32512-1-git-send-email-yorksun@freescale.com> References: <1417548069-32512-1-git-send-email-yorksun@freescale.com> Message-ID: <54906966.8090402@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 12/02/2014 11:21 AM, York Sun wrote: > Commit f29f804a93e87c17670607641d120f431a3b0633 generalized the TLB > mapping function, but made the DDR mapping leftover size to zero, > causing the message not printed. > > Signed-off-by: York Sun > CC: Alexander Graf > CC: Scott Wood > --- > Change log > v3: Add checking for memsize > CONFIG_MAX_MEM_MAPPED for print_size > v2: Fix unnecessary parentheses > Applied to u-boot-mpc85xx master, awaiting upstream. York