From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:11:00 -0800 Subject: [U-Boot] [PATCH] powerpc/mpc85xx:Fix README to show correct flash memory map In-Reply-To: <1390632083-15578-1-git-send-email-prabhakar@freescale.com> References: <1390632083-15578-1-git-send-email-prabhakar@freescale.com> Message-ID: <52EFF7D4.4010001@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 01/24/2014 10:41 PM, Prabhakar Kushwaha wrote: > Due to increased size of u-boot, FMAN ucode start address has been shifted > by 256KB causing a overlap with rootfs start address. > > Update rootfs start address to reflect correct memory map. > > Also fix minor typo in README > > Signed-off-by: Prabhakar Kushwaha > --- Applied to u-boot-mpc85xx master branch. York