]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined
authorHeiko Schocher <hs@denx.de>
Tue, 5 Oct 2010 12:17:00 +0000 (14:17 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 6 Oct 2010 20:34:30 +0000 (22:34 +0200)
commit60f7da1f421cbbf6f54f3e9cde4e25b0a23a928a
tree86e725eca65b6c4fc64a2b6ecf4a041d579523d3
parenta7d54346e025d91bb4413c61b5f5ec13ae2a6bfc
env: fix cmd_env_sub fct pointers if CONFIG_RELOC_FIXUP_WORKS is not defined

commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec introduces
a command_sub_table for the "env" command. On arm, avr32, m68k,
mips and sparc architectures, relocation needs manual fixups,
so add these fixups for this sub command table too.

Tested on arm/qong board.
          mips board (Ben NanoNote) from Xiangfu Liu
          arm/AT91 board from Reinhard Meyer

Signed-off-by: Heiko Schocher <hs@denx.de>
cc: Wolfgang Denk <wd@denx.de>
cc: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
cc: Xiangfu Liu <xiangfu@openmobilefree.net>
cc: Reinhard Meyer <u-boot@emk-elektronik.de>
cc: sshtylyov@mvista.com
common/cmd_nvedit.c
common/env_common.c