]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: dart6ul: fix ddr size macro
authorMarc Ferland <ferlandm@amotus.ca>
Mon, 4 Jan 2021 19:07:53 +0000 (14:07 -0500)
committerStefano Babic <sbabic@denx.de>
Sat, 23 Jan 2021 12:47:50 +0000 (13:47 +0100)
commit5df34feb240ecfeabab382cb0caac779f35d8e21
tree130ca4583aa9dc1879c3401cfd78373fe8860992
parent38b92ca196adbc257c4e777a2e270df9537d8890
arm: dart6ul: fix ddr size macro

The previous macro was off by one bit and so we were getting a ddr
size which was twice the real size. This commit refactors the macro so
it returns the right size in _bytes_ and modifies the printf call so the
size is still printed in MiB.

Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
board/variscite/dart_6ul/dart_6ul.c