From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 18 Oct 2013 11:20:04 -0700 Subject: [U-Boot] [PATCH v4 02/11] km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h In-Reply-To: <1382089644-14595-3-git-send-email-valentin.longchamp@keymile.com> References: <1382089644-14595-1-git-send-email-valentin.longchamp@keymile.com> <1382089644-14595-3-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52617BD4.1060101@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/18/2013 02:47 AM, Valentin Longchamp wrote: > It must be set to a different value for the later add kmp204x > architecture, because we are restricted to 1MB SRAM. > > Signed-off-by: Valentin Longchamp > > --- > Changes in v4: None > Changes in v3: > - Add SYS_MALLOC_LEN to km_arm.h as well, as it was omitted before. > > Changes in v2: None > Applied to 85xx/next, pending merge to 85xx/master. York