]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: verdin-am62: fix check for minimum memory size
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>
Thu, 24 Aug 2023 08:08:50 +0000 (10:08 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:11 +0000 (10:07 -0400)
commit63cbfd38a814d72f3e74773c1f8150de788ed4f4
tree6742a0b8a8208e5db8f7a4699e859529e4b73c13
parent9557d46107926b8346e4dcb3a0842c87e0fcbf7a
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>
board/toradex/verdin-am62/verdin-am62.c