From: Oliver Graute <oliver.graute@gmail.com>
To: u-boot@lists.denx.de
Subject: Try to use AHAB but ahab.c is not compiled
Date: Wed, 26 Feb 2020 09:58:51 +0100 [thread overview]
Message-ID: <20200226085851.GA16310@optiplex> (raw)
In-Reply-To: <20200220072217.GB31464@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
--- 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
Best regards,
Oliver
prev parent reply other threads:[~2020-02-26 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-20 7:22 Try to use AHAB but ahab.c is not compiled Oliver Graute
2020-02-26 8:58 ` Oliver Graute [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200226085851.GA16310@optiplex \
--to=oliver.graute@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox