commit | ec15d5f6e5e4bb718d58ec2a3753ae95abc18279 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 05:57:50 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 24 08:56:04 2018 +0800 |
tree | d93273d944682c0aa1693f055632e2edb9668336 | |
parent | d6fea4e283a3e8d4268a39d3b37e73139876d4b2 [diff] |
board_r: Do not initialize IDE when DM BLK is on 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 <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>