diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-02-07 09:44:04 +0100 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2022-02-07 03:54:42 -0600 |
commit | 3037b174b1876aae6b2d1a27a878c681c78ccadc (patch) | |
tree | 0430c79da18fe620ae3fbc518cbc76e1e406da60 /scripts/gdb/linux/utils.py | |
parent | e783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff) |
ARM: socfpga: fix missing RESET_CONTROLLER
The SocFPGA machine since commit b3ca9888f35f ("reset: socfpga: add an
early reset driver for SoCFPGA") uses reset controller, so it should
select RESET_CONTROLLER explicitly. Selecting ARCH_HAS_RESET_CONTROLLER
is not enough because it affects only default choice still allowing a
non-buildable configuration:
/usr/bin/arm-linux-gnueabi-ld: arch/arm/mach-socfpga/socfpga.o: in function `socfpga_init_irq':
arch/arm/mach-socfpga/socfpga.c:56: undefined reference to `socfpga_reset_init'
Reported-by: kernel test robot <[email protected]>
Cc: <[email protected]>
Fixes: b3ca9888f35f ("reset: socfpga: add an early reset driver for SoCFPGA")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions