Re: [U-Boot] [U-Boot, 2/9] ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPL

2018-03-05 Thread David Wu
Hi Philipp, 在 2018年02月19日 03:00, Philipp Tomsich 写道: On Sat, 3 Feb 2018, David Wu wrote: When the boot ROM sets up MMC we don't need to do it again. Remove the MMC setup code entirely, but we also need to enable uart for debug message. If the MMC always set up correctly for all

Re: [U-Boot] [U-Boot, 2/9] ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPL

2018-02-18 Thread Philipp Tomsich
On Sat, 3 Feb 2018, David Wu wrote: When the boot ROM sets up MMC we don't need to do it again. Remove the MMC setup code entirely, but we also need to enable uart for debug message. If the MMC always set up correctly for all configurations (e.g. bus-width) or should some of the setup be

Re: [U-Boot] [U-Boot, 2/9] ARM: rockchip: rk3188: Remove the pinctrl setup and enable uart at SPL

2018-02-09 Thread Philipp Tomsich
> When the boot ROM sets up MMC we don't need to do it again. Remove the > MMC setup code entirely, but we also need to enable uart for debug message. > > Signed-off-by: David Wu > --- > > arch/arm/mach-rockchip/rk3188-board-spl.c | 42 >