Re: [U-Boot] [PATCH 1/4] mx6: add function to determine boot device

2013-11-08 Thread Eric Nelson
Hi Edward, On 11/08/2013 02:34 AM, Edward Lin wrote: During boot the boot pin configuration is copied to the SBMR registers. This patch adds a function to read the boot device from SBMR. Signed-off-by: Edward Lin Signed-off-by: Richard Hu --- arch/arm/cpu/armv7/mx6/soc.c | 43

[U-Boot] [PATCH 1/4] mx6: add function to determine boot device

2013-11-08 Thread Edward Lin
During boot the boot pin configuration is copied to the SBMR registers. This patch adds a function to read the boot device from SBMR. Signed-off-by: Edward Lin Signed-off-by: Richard Hu --- arch/arm/cpu/armv7/mx6/soc.c | 43 +++ arch/arm/include/asm/arc