Re: [U-Boot] [PATCH 5/6] x86: Add SD/MMC support to quark/galileo

2015-02-06 Thread Simon Glass
On 4 February 2015 at 20:26, Simon Glass wrote: > On 4 February 2015 at 01:26, Bin Meng wrote: >> Intel Galileo board has a microSD slot which is routed from Quark SoC >> SDIO controller. Enable SD/MMC support so that we can use an SD card. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/cp

Re: [U-Boot] [PATCH 5/6] x86: Add SD/MMC support to quark/galileo

2015-02-04 Thread Simon Glass
On 4 February 2015 at 01:26, Bin Meng wrote: > Intel Galileo board has a microSD slot which is routed from Quark SoC > SDIO controller. Enable SD/MMC support so that we can use an SD card. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/quark/quark.c | 11 +++ > include/configs/galile

[U-Boot] [PATCH 5/6] x86: Add SD/MMC support to quark/galileo

2015-02-04 Thread Bin Meng
Intel Galileo board has a microSD slot which is routed from Quark SoC SDIO controller. Enable SD/MMC support so that we can use an SD card. Signed-off-by: Bin Meng --- arch/x86/cpu/quark/quark.c | 11 +++ include/configs/galileo.h | 7 +++ 2 files changed, 18 insertions(+) diff -