projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c84c21
)
configs: meson64: enable GIC support for G12A/G12B
author
Anand Moon
<linux.amoon@gmail.com>
Thu, 26 Dec 2019 11:33:52 +0000
(11:33 +0000)
committer
Neil Armstrong
<narmstrong@baylibre.com>
Tue, 7 Jan 2020 13:50:41 +0000
(14:50 +0100)
Enable GIC support for G12A/G12B platform.
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
include/configs/meson64.h
patch
|
blob
|
history
diff --git
a/include/configs/meson64.h
b/include/configs/meson64.h
index 736081277d41bc1665301c69db25bc900709afee..50707a31978de69e10a8e52455c8419939da08b9 100644
(file)
--- a/
include/configs/meson64.h
+++ b/
include/configs/meson64.h
@@
-8,7
+8,7
@@
#define __MESON64_CONFIG_H
/* Generic Interrupt Controller Definitions */
-#if
defined(CONFIG_MESON_AXG
)
+#if
(defined(CONFIG_MESON_AXG) || defined(CONFIG_MESON_G12A)
)
#define GICD_BASE 0xffc01000
#define GICC_BASE 0xffc02000
#else /* MESON GXL and GXBB */