
18 Jan
2021
18 Jan
'21
1:59 p.m.
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@gmx.de Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom