From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 8 Sep 2014 13:28:44 -0300 Subject: [U-Boot] [PATCH 10/10] kconfig: CONFIG_DEFAULT_DEVICE_TREE to kconfig In-Reply-To: <1410079409-28450-11-git-send-email-yamada.m@jp.panasonic.com> References: <1410079409-28450-1-git-send-email-yamada.m@jp.panasonic.com> <1410079409-28450-11-git-send-email-yamada.m@jp.panasonic.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 Sun, Sep 7, 2014 at 5:43 AM, Masahiro Yamada 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.