From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chin Liang See Date: Wed, 4 Nov 2015 08:22:28 -0600 Subject: [U-Boot] [PATCH 1/2] nios2: trim CONFIG_SYS_MALLOC_LEN In-Reply-To: <1446615011-30320-1-git-send-email-thomas@wytron.com.tw> References: <1446615011-30320-1-git-send-email-thomas@wytron.com.tw> Message-ID: <1446646948.2582.0.camel@clsee-VirtualBox> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2015-11-04 at 13:30 +0800, thomas at wytron.com.tw wrote: > Trim CONFIG_SYS_MALLOC_LEN size, because CONFIG_ENV_SIZE > is included to total memory allocation in common.h, > > Signed-off-by: Thomas Chou > --- Reviewed-by: Chin Liang See Thanks Chin Liang