phycore_imx8mp: Rework some of the RAM related Kconfig symbols
authorTom Rini <trini@konsulko.com>
Sat, 15 Mar 2025 01:29:16 +0000 (19:29 -0600)
committerFabio Estevam <festevam@gmail.com>
Wed, 19 Mar 2025 16:19:50 +0000 (13:19 -0300)
commitee82a5a0ed0c66005e6884d24f8013c8e62f5a0a
treed38a1091656b00b801aa0756983e9d82e81afc2a
parent43f01332714940d3430fbd283d54d848d9934b07
phycore_imx8mp: Rework some of the RAM related Kconfig symbols

As the code is today, we get a warning about "select" statements on
"choice" options not doing anything. In this case we can easily fix this
by dropping the select line as the following choice statement handles
things correctly. We also drop the "default false" line as false / n is
the default.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
board/phytec/phycore_imx8mp/Kconfig