From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 07 Jan 2015 19:07:20 +0000 Subject: [U-Boot] [PATCH v3 3/4] sun7i: Move psci_arch_init close to text_end In-Reply-To: References: Message-ID: <1420657640.11796.44.camel@hellion.org.uk> 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, 2014-12-31 at 13:46 +0100, Jan Kiszka wrote: > From: Jan Kiszka > > "adr rX, text_end" only works if the label is close. Adding further code > to the other functions will prevent this. So move the containing > function close to label. No functional change. > > Signed-off-by: Jan Kiszka Acked-by: Ian Campbell