commit | 63cbfd38a814d72f3e74773c1f8150de788ed4f4 | [log] [tgz] |
---|---|---|
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | Thu Aug 24 10:08:50 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 08 10:07:11 2023 -0400 |
tree | 6742a0b8a8208e5db8f7a4699e859529e4b73c13 | |
parent | 9557d46107926b8346e4dcb3a0842c87e0fcbf7a [diff] |
board: verdin-am62: fix check for minimum memory size verdin am62 SKUs comes in multiple memory configuration, check that the detected memory is at least 512MB since we have some reserved memory just before this threshold and therefore the module cannot work with less memory. Fixes: 7d1a10659f5b ("board: toradex: add verdin am62 support") Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> Acked-by: Francesco Dolcini <francesco.dolcini@toradex.com>