commit | 1f3f21e74a128ef3953a6315cc78d8ac62ace051 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Mar 14 19:29:16 2025 -0600 |
committer | Fabio Estevam <festevam@gmail.com> | Wed Mar 19 13:19:50 2025 -0300 |
tree | d38a1091656b00b801aa0756983e9d82e81afc2a | |
parent | ff9a1aeecb9d9f1cf1dd213b17dabc6668340b87 [diff] |
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>