]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add bootm support
authorSimon Glass <sjg@chromium.org>
Fri, 7 Oct 2011 13:53:40 +0000 (13:53 +0000)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 21:56:57 +0000 (23:56 +0200)
commit6d6f1236321827e2fcbb1a3b27e61f7c4c4a6814
tree3ba812fe4dfb88c68b0fff8cea34c3844d4bfbc0
parent6fcc3be4535ac26ce11ba2e0865b615408d3d104
sandbox: Add bootm support

This adds sandbox architecture support to bootm, although it is probably
not useful to load sandbox code into the address space and execute it.

This change at least make the file build correctly on 64-bit machines.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c