Re: [U-Boot] [PATCH 2/5] board_r: Do not initialize IDE when DM BLK is on

2018-06-21 Thread Bin Meng
On Thu, Jun 21, 2018 at 1:51 AM, Simon Glass wrote: > On 17 June 2018 at 06:57, Bin Meng wrote: >> With driver model philosophy, we should avoid explicitly calling >> driver initialization routine during boot. This updates the ram >> init sequence table to exclude the IDE initialization for DM BL

Re: [U-Boot] [PATCH 2/5] board_r: Do not initialize IDE when DM BLK is on

2018-06-20 Thread Simon Glass
On 17 June 2018 at 06:57, Bin Meng wrote: > With driver model philosophy, we should avoid explicitly calling > driver initialization routine during boot. This updates the ram > init sequence table to exclude the IDE initialization for DM BLK. > > Signed-off-by: Bin Meng > --- > > common/board_r.

[U-Boot] [PATCH 2/5] board_r: Do not initialize IDE when DM BLK is on

2018-06-17 Thread Bin Meng
With driver model philosophy, we should avoid explicitly calling driver initialization routine during boot. This updates the ram init sequence table to exclude the IDE initialization for DM BLK. Signed-off-by: Bin Meng --- common/board_r.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(