From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Thompson Date: Mon, 25 Oct 2010 09:26:17 +0100 Subject: [U-Boot] [PATCH v3] [NEXT] da830: fixup ARM relocation support In-Reply-To: <4C9B1EA3.3090703@ge.com> References: <4C9B1EA3.3090703@ge.com> Message-ID: <4CC53F29.2050105@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de http://article.gmane.org/gmane.comp.boot-loaders.u-boot/84921 There have been no further comments since I posted v3 of this patch 4 weeks ago. It still applies cleanly to my newly updated tree of u-boot. da830evm will not build without it. Can this patch be commited? Thanks, Nick. On 23/09/10 10:32, Nick Thompson wrote: > Fixes build breakage in da830evm after commit > 97003756249bd790910417eb66f0039bbf06a02c "da8xx: fixup ARM > relocation support" > > The da8xx fixup commit changed da830/da850 common code to make > relocation work in da850, but didn't add the required defines > to da830evm_config.h resulting in build failure in the common code. > > This patch adds those defines for da830, but makes no sense without > also referring to the commit mentioned above. > > Signed-off-by: Nick Thompson > Reviewed-by: Ben Gardiner > --- > Changes since v1: > removed CONFIG_SKIP_RELOCATE_UBOOT > > Changes since v2: > removed "#undef CONFIG_SYS_ARM_WITHOUT_RELOC" as it is not defined > in the first place. > > include/configs/da830evm.h | 11 ++++++++--- > 1 files changed, 8 insertions(+), 3 deletions(-)