Merge tag 'mmc-2-20-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
[oweals/u-boot.git] / arch / arm / mach-bcm283x / Kconfig
index b08275f5989e777dd29feb294f347c9aa2ac86a1..00419bf25495237093b2f67db02b3aa9ff9e84f1 100644 (file)
@@ -188,6 +188,13 @@ config TARGET_RPI_4
          This option creates a build targeting the ARMv8/AArch64 ISA.
        select BCM2711_64B
 
+config TARGET_RPI_ARM64
+       bool "Raspberry Pi one binary 64-bit build"
+       help
+         Support for all armv8 based Raspberry Pi variants, such as
+         the RPi 4 model B, in AArch64 (64-bit) mode.
+       select ARM64
+
 endchoice
 
 config SYS_BOARD
@@ -202,10 +209,4 @@ config SYS_SOC
 config SYS_CONFIG_NAME
        default "rpi"
 
-config BCM283x_BASE
-       hex
-       default "0x20000000" if BCM2835
-       default "0x3f000000" if BCM2836 || BCM2837
-       default "0xfe000000" if BCM2711
-
 endmenu