aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-09-04 21:12:28 -0400
committerTom Rini <trini@konsulko.com>2023-09-04 21:14:32 -0400
commit493fd3363f6da6a784514657d689c7cda0f390d5 (patch)
treee153283fd383196d62d0c0db4ce4c36eabb00255 /arch/arm/Kconfig
parentaf7de99e0c005681fc7d90f883fdf21a46830c9b (diff)
downloadu-boot-493fd3363f6da6a784514657d689c7cda0f390d5.zip
u-boot-493fd3363f6da6a784514657d689c7cda0f390d5.tar.gz
u-boot-493fd3363f6da6a784514657d689c7cda0f390d5.tar.bz2
nokia_rx51: Remove platformWIP/04Sep2023
This platform is behind on migrations (it is the sole user of the oldest legacy version of the USB gadget stack and is long overdue for migration) and with Pali no longer being a maintainer, we remove this platform. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 97c25b4..328e2dd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -2101,7 +2101,7 @@ config SERIAL_TAG
config STATIC_MACH_TYPE
bool "Statically define the Machine ID number"
- default y if TARGET_DS109 || TARGET_NOKIA_RX51 || TARGET_DS414 || DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
+ default y if TARGET_DS109 || TARGET_DS414 || DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
help
When booting via ATAGs, enable this option if we know the correct
machine ID number to use at compile time. Some systems will be
@@ -2111,7 +2111,6 @@ config MACH_TYPE
int "Machine ID number"
depends on STATIC_MACH_TYPE
default 527 if TARGET_DS109
- default 1955 if TARGET_NOKIA_RX51
default 3036 if TARGET_DS414
default 4283 if DEFAULT_DEVICE_TREE = "sun7i-a20-icnova-swac"
help