From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 22 Jun 2018 12:24:46 +0800 Subject: [U-Boot] [PATCH 2/5] board_r: Do not initialize IDE when DM BLK is on In-Reply-To: References: <1529240273-32045-1-git-send-email-bmeng.cn@gmail.com> <1529240273-32045-2-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 BLK. >> >> Signed-off-by: Bin Meng >> --- >> >> common/board_r.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!