[U-Boot] [PATCH 0/2] Fix onenand command after ARM relocation changes.

Enric Balletbo i Serra eballetbo at iseebcn.com
Tue Oct 19 11:13:20 CEST 2010


Hello,

After ARM relocation support the onenand command seems broken, these patches attempt to solve this issue.

The first patch fixes the usage help for onenand command when no arguments are passed. 

The second patch relocate the onenand command table manually, I think this is required after relocation changes but I'm not sure if this is the best solution, so comments are welcome.

Tested on IGEP v2 and OMAP3 IGEP module boards.

Cheers,
  Enric

$ git diff --stat origin/master
 arch/arm/lib/board.c |    3 +++
 common/cmd_onenand.c |    9 +++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


More information about the U-Boot mailing list