Re: [U-Boot] [PATCH 02/32] nitrogen6x: simplify board_mmc_getcd

2014-10-06 Thread Stefano Babic
On 02/10/2014 21:16, Eric Nelson wrote: > From: Troy Kisky > > The same logic applies to both SD card slots, only with different > GPIOs and the code should make that easier to see. > > Signed-off-by: Troy Kisky > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- ==

[U-Boot] [PATCH 02/32] nitrogen6x: simplify board_mmc_getcd

2014-10-02 Thread Eric Nelson
From: Troy Kisky The same logic applies to both SD card slots, only with different GPIOs and the code should make that easier to see. Signed-off-by: Troy Kisky --- board/boundary/nitrogen6x/nitrogen6x.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/board/b