diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-09 14:05:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-09 14:05:11 -0400 |
commit | db473cd489002bd37a77cea4ad607fe8a2b9ca21 (patch) | |
tree | 9e760312e6d4a4b7b47604dacefb599be2d07862 /arch/arm/lib/bootm.c | |
parent | c343ea89b901c136cfc66b0974b738173b0b57c5 (diff) | |
parent | f7b845bfe0621d04f5f32caa14a5aaca799c904e (diff) |
Merge branch '2021-07-09-arm-updates'
- Assorted ARM platform updates
Diffstat (limited to 'arch/arm/lib/bootm.c')
-rw-r--r-- | arch/arm/lib/bootm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c index f60ee3a7e6a..23b99a541cb 100644 --- a/arch/arm/lib/bootm.c +++ b/arch/arm/lib/bootm.c @@ -43,6 +43,7 @@ DECLARE_GLOBAL_DATA_PTR; static struct tag *params; +#ifndef CONFIG_ARM64 static ulong get_sp(void) { ulong ret; @@ -86,6 +87,7 @@ void arch_lmb_reserve(struct lmb *lmb) break; } } +#endif __weak void board_quiesce_devices(void) { |