From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 11 Jun 2019 14:47:25 +0800 Subject: [U-Boot] sf probe failed on Intel DNV-NS platform In-Reply-To: <9EFDF862436D5041AD8D822C06211F15E00E45F9@PTW-EX-36.PEGA.CORP.PEGATRON> References: <9EFDF862436D5041AD8D822C06211F15E00E267F@PTW-EX-36.PEGA.CORP.PEGATRON> <9EFDF862436D5041AD8D822C06211F15E00E45F9@PTW-EX-36.PEGA.CORP.PEGATRON> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Hilbert, On Tue, Jun 11, 2019 at 2:40 PM Hilbert Tu(杜睿哲_Pegatron) wrote: > > Hi Bin > > I got following errors when using latest U-Boot version. I am not sure if I have made wrong configuration as attached file. Do you have any idea? > ====================================================== > arch/x86/cpu/built-in.o: In function `cpu_init_r': > /home/hilbert/poky-sumo-19.0.1/SDK/u-boot/arch/x86/cpu/cpu.c:253: undefined reference to `syscon_get_by_driver_data' > Makefile:1566: recipe for target 'u-boot' failed > make: *** [u-boot] Error 1 > ====================================================== > Did you redo the configure process via 'make oldconfig', or simply 'make coreboot_defconfig'? Please check whether you included CONFIG_SYSCON. Regards, Bin