]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:18 +0000 (14:34 +0200)
commitf53e0f30013ceb7e3041c9dd75acba0d4c2c9c1a
tree25c08a50369035a96aa4d4fc53256003a1fedfc9
parente0f93584547fa0da1eb84db74cf6276ccc735066
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