diff options
| author | Kunihiko Hayashi <[email protected]> | 2021-07-06 19:01:10 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-14 16:48:09 -0400 |
| commit | bc9255a5adcbd51db45b102cf9a6b592ff0fdbff (patch) | |
| tree | aeee39942c61e427a41e867d98a681a195e5d09e | |
| parent | e22c25607b9d5bc6f5b2bb7531251453fcc80a9d (diff) | |
configs: uniphier: Enable CONFIG_SYS_PCI_64BIT
Enable CONFIG_SYS_PCI_64BIT to allow 64bit access to PCI space.
Signed-off-by: Kunihiko Hayashi <[email protected]>
| -rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index bad4e41372b..12028e53e94 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -210,4 +210,6 @@ #define CONFIG_SPL_PAD_TO 0x20000 +#define CONFIG_SYS_PCI_64BIT + #endif /* __CONFIG_UNIPHIER_H__ */ |
