From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 03 Mar 2011 07:59:04 +0100 Subject: [U-Boot] [PATCH 2/2 v2] arm: fix incorrect monitor protection region in FLASH In-Reply-To: <1299056524-2090-1-git-send-email-ratbert.chuang@gmail.com> References: <1299045729-1777-1-git-send-email-ratbert.chuang@gmail.com> <1299056524-2090-1-git-send-email-ratbert.chuang@gmail.com> Message-ID: <4D6F3C38.6040504@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 02/03/2011 10:02, Po-Yu Chuang a ?crit : > From: Po-Yu Chuang > > Monitor protection region in FLASH did not cover .rel.dyn > and .dynsym sections, because it uses __bss_start to compute > monitor_flash_len. Use _end instead. > > Add _end to linker scripts for end of u-boot image > Add _end_ofs to all the start.S. > > Signed-off-by: Po-Yu Chuang > --- > v2: > merge patch 2 and patch 3 of v1 Applied to u-boot-arm/master (as it is a bugfix), thanks! Amicalement, -- Albert.