]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: fix missing function pointer relocation in fixup_cmdtable()
authorDaniel Schwierzeck <daniel.schwierzeck@googlemail.com>
Tue, 18 Oct 2011 11:12:22 +0000 (11:12 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 23 Oct 2011 21:32:44 +0000 (23:32 +0200)
commit3668d8fa0417a3082aa57dd5e0db8fbe887c31e0
treef00bbcfc8ebd7a77cdc64dea3899e9e9a6c06248
parentc1044a1ec182be4c9c0b64d42ac9bf8f623d3f68
common: fix missing function pointer relocation in fixup_cmdtable()

In commit fa28bd2eef588ec2048ccafedb2b384d5a355858 patch v1 was applied
instead of v2. This is an incremental patch to update that commit
to version 2.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@googlemail.com>
common/command.c