[PATCH 1/1] cmd: CMD_CPU depends on CPU

Tom Rini trini at konsulko.com
Mon Jan 18 13:59:44 CET 2021


On Thu, Nov 05, 2020 at 12:29:11AM +0100, Heinrich Schuchardt wrote:

> Compiling with CONFIG_CMD_CPU=y and CONFIG_CPU=n fails with:
> 
> aarch64-linux-gnu-ld.bfd: cmd/built-in.o: in function `print_cpu_list':
> /home/user/u-boot/cmd/cpu.c:34: undefined reference to `cpu_get_desc'
> aarch64-linux-gnu-ld.bfd:
> /home/user/u-boot/cmd/cpu.c:39: undefined reference to `cpu_get_info'
> Segmentation fault (core dumped)
> make: *** [Makefile:1757: u-boot] Error 139
> make: *** Deleting file 'u-boot'
> 
> See error report in https://stackoverflow.com/questions/64678347.
> 
> Add the missing build dependency.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210118/42a5c275/attachment.sig>


More information about the U-Boot mailing list