]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: bootm: Don't fail the architecture check
authorSimon Glass <sjg@chromium.org>
Mon, 20 Oct 2014 03:11:22 +0000 (21:11 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 15:03:06 +0000 (09:03 -0600)
commit5ba63dd4f989075f2b720f6ab09dbd3eede26b61
tree283500e8f8ce8d407cf9b5bde23a8596b17a0974
parent97d1e0c85018d061ffa4ae612903cd26a795d385
sandbox: bootm: Don't fail the architecture check

Since sandbox is used for testing, it should be able to 'boot' an image
from any archhitecture. This allows us to test an image by loading it in
sandbox.

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