diff options
author | Jonas Karlman <jonas@kwiboo.se> | 2024-12-12 23:57:08 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-01-10 18:56:18 -0600 |
commit | 4576e65a5d6b10fd207c3a44061676ce0220d794 (patch) | |
tree | 740b6fd8cca62079f8fb8a5de13fdfd40dce04f7 /drivers/ddr/marvell/a38x/ddr3_training_ip_pbs.h | |
parent | ddb3d7e635c41bd46dd386efdb0e9c21e94ba99e (diff) |
rockchip: rk3399: Fix TPL build of bob and kevin
Building chromebook_bob/kevin with TPL=y ends with a linking error:
arch/arm/mach-rockchip/rk3399/rk3399.o: in function `board_debug_uart_init':
arch/arm/mach-rockchip/rk3399/rk3399.c:148:(.text.board_debug_uart_init+0x34):
undefined reference to `spl_gpio_output'
arch/arm/mach-rockchip/rk3399/rk3399.c:148:(.text.board_debug_uart_init+0x34):
relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `spl_gpio_output'
make[2]: *** [scripts/Makefile.xpl:542: tpl/u-boot-tpl] Error 1
make[1]: *** [Makefile:2134: tpl/u-boot-tpl] Error 2
make: *** [Makefile:568: __build_one_by_one] Error 2
Change to only use spl_gpio functions in SPL to fix this.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'drivers/ddr/marvell/a38x/ddr3_training_ip_pbs.h')
0 files changed, 0 insertions, 0 deletions