cmd: bootvx: Add asmlinkage to the VxWorks x86 entry
authorBin Meng <bmeng.cn@gmail.com>
Thu, 8 Oct 2015 03:19:19 +0000 (20:19 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:26 +0000 (07:46 -0600)
commit9aa1280a5644a1d05859b862ebc7b60a862e0ef3
tree7c62336fde524edcba2791c065a4c4efcaee42bc
parentb90ff0fdaadc4de096afed605b36aac1185fc1dc
cmd: bootvx: Add asmlinkage to the VxWorks x86 entry

VxWorks on x86 uses stack to pass parameters.

Reported-by: Jian Luo <jian.luo4@boschrexroth.de>
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/cmd_elf.c