From patchwork Wed Feb 26 08:58:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver Graute X-Patchwork-Id: 236853 List-Id: U-Boot discussion From: oliver.graute at gmail.com (Oliver Graute) Date: Wed, 26 Feb 2020 09:58:51 +0100 Subject: Try to use AHAB but ahab.c is not compiled In-Reply-To: <20200220072217.GB31464@optiplex> References: <20200220072217.GB31464@optiplex> Message-ID: <20200226085851.GA16310@optiplex> On 20/02/20, Oliver Graute wrote: > Hello Peng, > > I try to use AHAB feature on my board. First of all I just want to > perform a "ahab_status". I enabled CONFIG_AHAB_BOOT=y in my config but > ahab.c isn't compiled. The ahab.o is missing after compilation. > Is there anything else to consider? Do I overlook something? there where just the following missing in the Makefile Best regards, Oliver --- a/arch/arm/mach-imx/imx8/Makefile +++ b/arch/arm/mach-imx/imx8/Makefile @@ -4,7 +4,7 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += cpu.o iomux.o misc.o lowlevel_init.o +obj-y += ahab.o cpu.o iomux.o misc.o lowlevel_init.o obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o ifdef CONFIG_SPL_BUILD