From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:22:12 -0700 Subject: [U-Boot] [PATCH] ls102xa: Adjust some macros for SD boot on LS1021A QDS board In-Reply-To: <1446216338-3589-1-git-send-email-b18965@freescale.com> References: <1446216338-3589-1-git-send-email-b18965@freescale.com> Message-ID: <56339934.9020000@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/30/2015 07:45 AM, Alison Wang wrote: > As more features are added for SD boot on LS1021A QDS board, > the size of U-Boot is larger. CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS > needs to be adjusted to a suitable value. > > Starting address of the malloc pool used in SPL needs to be > adjusted too, or it will occupy the address u-boot loads. > > Signed-off-by: Alison Wang > --- Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York