summaryrefslogtreecommitdiff
path: root/board/broadcom
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-10-27 18:54:54 +0200
committerTom Rini <trini@konsulko.com>2021-10-31 08:46:29 -0400
commit60b9b47d295b9f197d1dee2f893a8c49fcbee10e (patch)
tree8ca2f917d4f36abdd60ca5cda823e69b48565879 /board/broadcom
parenta84cea06bb8fff69810a890ac0e4b47ea5726512 (diff)
downloadu-boot-60b9b47d295b9f197d1dee2f893a8c49fcbee10e.tar.gz
Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details"
Stop using the device tree as a source for ad-hoc information. This reverts commit 2ae7adc659f7fca9ea65df4318e5bca2b8274310. Signed-off-by: Michael Walle <michael@walle.cc> [trini: Also make board/broadcom/bcmns3/ns3.c fail clearly now] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/broadcom')
-rw-r--r--board/broadcom/bcmns3/ns3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/broadcom/bcmns3/ns3.c b/board/broadcom/bcmns3/ns3.c
index 758a358f54..32acf36784 100644
--- a/board/broadcom/bcmns3/ns3.c
+++ b/board/broadcom/bcmns3/ns3.c
@@ -196,7 +196,8 @@ int ft_board_setup(void *fdt, struct bd_info *bd)
{
u32 chimp_hs = CHIMP_HANDSHAKE_WAIT_TIMEOUT;
- gic_lpi_tables_init();
+ /* FIXME: Need to call gic_lpi_tables_init correctly now */
+ printf("%s: failed to init gic-lpi-tables\n", __func__);
/*
* Check for chimp handshake status.