From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 02 Mar 2011 08:03:04 +0100 Subject: [U-Boot] [PATCH 3/3] arm: fix incorrect monitor protection region in FLASH In-Reply-To: <1299045729-1777-1-git-send-email-ratbert.chuang@gmail.com> References: <1299045729-1777-1-git-send-email-ratbert.chuang@gmail.com> Message-ID: <4D6DEBA8.4010604@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 Hi Po-Yu Chuang, Le 02/03/2011 07:02, Po-Yu Chuang a ?crit : > From: Po-Yu Chuang > > Monitor protection region in FLASH did not cover .rel.dyn section > and .dynsym sections, because it uses __bss_start to compute > monitor_flash_len. Use _end instead. > > Add _end_ofs to all the start.S. > > Signed-off-by: Po-Yu Chuang > --- Open question: why not group patches 2 and 3 as a single functional patch? Patch 2 seems purposeless to me as a standalone patch. Amicalement, -- Albert.