Re: [U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands

2016-01-25 Thread Bin Meng
On Tue, Jan 19, 2016 at 2:19 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: >> This patch adds the generic FS commands (ls, load) to all x86 boards. >> >> Signed-off-by: Stefan Roese >> Cc: Miao Yan >> Cc: Bin Meng >> Cc: Simon Glass >> --- >> include/configs/x86-

Re: [U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands

2016-01-18 Thread Bin Meng
On Mon, Jan 18, 2016 at 9:49 PM, Stefan Roese wrote: > This patch adds the generic FS commands (ls, load) to all x86 boards. > > Signed-off-by: Stefan Roese > Cc: Miao Yan > Cc: Bin Meng > Cc: Simon Glass > --- > include/configs/x86-common.h | 1 + > 1 file changed, 1 insertion(+) > Acked-by

[U-Boot] [PATCH 2/2] x86: x86-common.h: Add generic FS commands

2016-01-18 Thread Stefan Roese
This patch adds the generic FS commands (ls, load) to all x86 boards. Signed-off-by: Stefan Roese Cc: Miao Yan Cc: Bin Meng Cc: Simon Glass --- include/configs/x86-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 6e