summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHai Pham <hai.pham.ud@renesas.com>2023-02-28 22:34:41 +0100
committerMarek Vasut <marek.vasut+renesas@mailbox.org>2023-04-07 17:13:28 +0200
commit32e6893caffa35d25337c1fd21c88ad622fb6cd3 (patch)
tree2db52675c1084aae90df48623f56d02526121079 /include/configs
parent1b1834c037fe87721b8c59a5d0701f8864dc499b (diff)
downloadu-boot-32e6893caffa35d25337c1fd21c88ad622fb6cd3.tar.gz
ARM: rmobile: Turn R-Car V3U into R-Car Gen4
Despite the name, R-Car V3U is the first member of the R-Car Gen4 family [1]. Hence reflect this in related files, select appropriate configuration options and split DT build into its own GEN4 entry. [1] https://www.renesas.com/us/en/products/automotive-products/automotive-system-chips-socs/r-car-v3u-best-class-r-car-v3u-asil-d-system-chip-automated-driving Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: Deduplicate DTC_FLAGS addition using RCAR_64 symbol Update commit message]
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/falcon.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/configs/falcon.h b/include/configs/falcon.h
index 446261cedc..0b62ff9fbe 100644
--- a/include/configs/falcon.h
+++ b/include/configs/falcon.h
@@ -9,17 +9,7 @@
#ifndef __FALCON_H
#define __FALCON_H
-#include "rcar-gen3-common.h"
-
-/*
- * Generic Interrupt Controller Definitions. Undefine v2 locations and define
- * v3 locations.
- */
-#undef GICD_BASE
-#undef GICC_BASE
-#undef GICR_BASE
-#define GICD_BASE 0xF1000000
-#define GICR_BASE 0xF1060000
+#include "rcar-gen4-common.h"
/* Board Clock */
/* XTAL_CLK : 16.66MHz */