Re: [U-Boot] [PATCH] x86: Add ramboot and nfsboot commands in x86-common.h

2015-03-20 Thread Simon Glass
On 11 March 2015 at 23:08, Bin Meng wrote: > 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-co

[U-Boot] [PATCH] x86: Add ramboot and nfsboot commands in x86-common.h

2015-03-11 Thread Bin Meng
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 --- include/conf