From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 1 Jun 2018 17:59:45 +0800 Subject: [U-Boot] build fail due to dependence error Message-ID: <83756b95-d066-2667-f036-24fd1097541e@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Guys,      I met below error from time to time when build U-Boot project. fixdep: error opening config file: arch/arm/include/asm/arch/hardware.h: No such file or directory     The folder 'arch/arm/include/asm/arch' is a link for 'arch/arm/include/asm/arch-rockchip', which is dynamic generate by build system, I thinks there should be some dependency issue?     How to fix this kind of issue? Thanks, - Kever