
27 Nov
2018
27 Nov
'18
1:08 a.m.
Hi Adam,
On Mon, 19 Nov 2018 at 11:08, Adam Ford aford173@gmail.com wrote:
On Mon, Nov 19, 2018 at 9:55 AM Simon Glass sjg@chromium.org wrote:
This board has not been converted to CONFIG_DM_BLK by the deadline. Remove it.
NAK! This board does support BLK. I think your algorithm is looking for CONFIG_DM_BLK when it should be looking for CONFIG_BLK which depends on DM.
make omap3_logic_somlv_defconfig cat .config | grep BLK
CONFIG_BLK=y CONFIG_SPL_BLK=y
Yes it is the latter one that changed, as per my other emails. I changed the default for SPL to n, which fixed some boards but unfortunately broke others.
Regards, Simon