]> git.sur5r.net Git - u-boot/commit
x86: Don't try to boot Linux from SPL
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:13 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 6 Feb 2017 03:38:46 +0000 (11:38 +0800)
commitca5114f9afb9824ab4895cf75c37d1bc450cb08a
tree95f9bba119633761184f039983a2842fbb3efb86
parente1b610b0844ed2d463fd7b508c7bbe85e8093d49
x86: Don't try to boot Linux from SPL

Booting into linux from 64-bit U-Boot is not yet supported. Avoid bringing
in the bootm code until it is implemented.

Of course 32-bit U-Boot still supports booting into both 32- and 64-bit
kernels.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/Makefile