From mboxrd@z Thu Jan 1 00:00:00 1970 From: J. William Campbell Date: Sat, 23 Oct 2010 19:17:10 -0700 Subject: [U-Boot] [PATCH 2/2] ARM: fix relocation support for onenand device. In-Reply-To: <20101023205602.6E10B135853@gemini.denx.de> References: <1287479602-21721-1-git-send-email-eballetbo@iseebcn.com> <1287479602-21721-3-git-send-email-eballetbo@iseebcn.com> <20101023205602.6E10B135853@gemini.denx.de> Message-ID: <4CC39726.2020002@comcast.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/23/2010 1:56 PM, Wolfgang Denk wrote: > Dear Enric Balletbo i Serra, > > In message<1287479602-21721-3-git-send-email-eballetbo@iseebcn.com> you wrote: >> We also have to relocate the onenand command table manually, otherwise >> onenand command don't work. >> >> Signed-off-by: Enric Balletbo i Serra >> --- >> arch/arm/lib/board.c | 3 +++ >> common/cmd_onenand.c | 6 ++++++ >> 2 files changed, 9 insertions(+), 0 deletions(-) Is this patch still necessary? I thought the relocation change made it OBE. Best Regards, Bill Campbell > Applied, thanks. > > Best regards, > > Wolfgang Denk >