From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joris Offouga Date: Thu, 4 Apr 2019 13:39:34 +0200 Subject: [U-Boot] [PATCH 1/5] Arm: imx7d-pico: Import all Linux device tree for Pico i.MX7D SOM In-Reply-To: <3a4c01aa-ad0b-70fd-7ab0-5fb42737d8b5@gmail.com> References: <20190325125158.12457-1-offougajoris@gmail.com> <20190325125158.12457-2-offougajoris@gmail.com> <3a4c01aa-ad0b-70fd-7ab0-5fb42737d8b5@gmail.com> Message-ID: <1e6dba1e-0ad8-46a5-e9e8-6cc009fc272c@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Le 04/04/2019 à 10:28, Joris Offouga a écrit : > > Le 03/04/2019 à 22:40, Otavio Salvador a écrit : >> On Mon, Mar 25, 2019 at 10:42 AM Fabio Estevam >> wrote: >>> On Mon, Mar 25, 2019 at 9:52 AM Joris Offouga >>> wrote: >>>> This patch imports the Linux kernel base board imx7d-pico.dtsi, >>>> pi board imx7d-pico-pi.dts and hobbit board imx7d-pico-hobbit.dts >>>> from Linux v5.1-rc1. >>>> >>>> Signed-off-by: Joris Offouga >>> Tested-by: Fabio Estevam >> The dtb files are not included on the Makefile, so if we try to build >> the image it fails. > This is not necessary since we are using the CONFIG_DEFAULT_FDT_FILE. Sorry indeed it must be added I will send a v2 with this change Best Regards, Joris