
Hi Fabio,
2014-09-09 1:28 GMT+09:00 Fabio Estevam festevam@gmail.com:
On Sun, Sep 7, 2014 at 5:43 AM, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
--- a/configs/mx6dlsabreauto_defconfig +++ b/configs/mx6dlsabreauto_defconfig @@ -1,3 +1,4 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6dl.cfg,MX6DL" CONFIG_ARM=y CONFIG_TARGET_MX6QSABREAUTO=y +CONFIG_DEFAULT_DEVICE_TREE="imx6q-sabreauto"
It is not correct to use imx6q-sabreauto for a mx6dlsabreauto board.
I have also sent a patch removing dts usage for mx6qsabreauto.
I noticed that this board has CONFIG_DEFAULT_DEVICE_TREE, but no CONFIG_OF_CONTROL. Just in case, I moved it verbatim so as not to lose the information.
I will remove it in v2. Thanks for pointing this out.