]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Add ramboot and nfsboot commands in x86-common.h
authorBin Meng <bmeng.cn@gmail.com>
Thu, 12 Mar 2015 05:08:46 +0000 (13:08 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 03:22:38 +0000 (21:22 -0600)
commit6f1eba49a558421e3fcb06ab0addc12b9a3804c6
tree0b90e8cc45d86ba348b3f072620d5da3b0680405
parentbea59393c88ba86f6433f8c277478f312ff0acf3
x86: Add ramboot and nfsboot commands in x86-common.h

It is very common in the debug stage to test U-Boot loading a linux
kernel. The commands to boot linux kernel with ramdisk and nfs as the
root are common to all x86 targets, so it makes sense to add them as
the U-Boot default environment in x86-common.h.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chroimum.org>
include/configs/x86-common.h