From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Benjegerdes Date: Fri, 29 Mar 2019 23:15:48 -0700 Subject: [U-Boot] Riscv: CONFIG_DEFAULT_DEVICE_TREE failures Message-ID: <20190330061548.GE9699@bc.grid.coop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I attempted to merge in the latest master branch into https://github.com/sifive/u-boot/tree/sandbox and I got the following error, which seems somewhat broken.. Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=' argument dts/Makefile:28: recipe for target 'arch/riscv/dts/fu540.dtb' failed Does anyone have any idea what would have caused that? Also any feedback or pointers on why the serial_sifive.c driver with CONFIG_DM_SERIAL would not work, but serial_hifive.c without CONFIG_DM_SERIAL does seem to work might be appreciated.