summaryrefslogtreecommitdiff
path: root/board/boundary
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-25 03:41:02 +0300
committerTom Rini <trini@konsulko.com>2021-09-01 00:47:49 +0300
commitc278b05bc631279d8823b0c730d7e0f0346c4b86 (patch)
tree45949f8718388ef00783680f81a2a8ea8a41c1ef /board/boundary
parentc603f6bdc3024079a66c9def0dfc8a34a5f81b1f (diff)
downloadu-boot-c278b05bc631279d8823b0c730d7e0f0346c4b86.tar.xz
nitrogen6x: Migrate DDR_MB to Kconfig
Move the CONFIG_DDR_MB symbol to Kconfig. A later clean-up would be to make dynamic memory size detection work based on how this is done on other i.MX6 platforms. Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'board/boundary')
-rw-r--r--board/boundary/nitrogen6x/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/boundary/nitrogen6x/Kconfig b/board/boundary/nitrogen6x/Kconfig
index f4db56d496..9c176c071e 100644
--- a/board/boundary/nitrogen6x/Kconfig
+++ b/board/boundary/nitrogen6x/Kconfig
@@ -9,4 +9,7 @@ config SYS_VENDOR
config SYS_CONFIG_NAME
default "nitrogen6x"
+config DDR_MB
+ int "Memory size in MB"
+
endif