diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-24 20:41:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:47:49 -0400 |
commit | c278b05bc631279d8823b0c730d7e0f0346c4b86 (patch) | |
tree | 45949f8718388ef00783680f81a2a8ea8a41c1ef /configs/marsboard_defconfig | |
parent | c603f6bdc3024079a66c9def0dfc8a34a5f81b1f (diff) | |
download | u-boot-c278b05bc631279d8823b0c730d7e0f0346c4b86.tar.gz |
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 'configs/marsboard_defconfig')
-rw-r--r-- | configs/marsboard_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/marsboard_defconfig b/configs/marsboard_defconfig index f41de873345..0265a5f75b2 100644 --- a/configs/marsboard_defconfig +++ b/configs/marsboard_defconfig @@ -14,7 +14,6 @@ CONFIG_SYS_I2C_MXC_I2C3=y CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="imx6q-marsboard" CONFIG_DISTRO_DEFAULTS=y -CONFIG_SYS_EXTRA_OPTIONS="DDR_MB=1024" CONFIG_BOOTCOMMAND="run finduuid; run distro_bootcmd" # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |