* Try to use AHAB but ahab.c is not compiled
@ 2020-02-20 7:22 Oliver Graute
2020-02-26 8:58 ` Oliver Graute
0 siblings, 1 reply; 2+ messages in thread
From: Oliver Graute @ 2020-02-20 7:22 UTC (permalink / raw)
To: u-boot
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?
Best regards,
Oliver
^ permalink raw reply [flat|nested] 2+ messages in thread
* Try to use AHAB but ahab.c is not compiled
2020-02-20 7:22 Try to use AHAB but ahab.c is not compiled Oliver Graute
@ 2020-02-26 8:58 ` Oliver Graute
0 siblings, 0 replies; 2+ messages in thread
From: Oliver Graute @ 2020-02-26 8:58 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-26 8:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox