commit | dabdbbbf37169390289f720b2b9d1dcc33f46dfd | [log] [tgz] |
---|---|---|
author | Marc Ferland <ferlandm@amotus.ca> | Mon Jan 04 14:07:53 2021 -0500 |
committer | Stefano Babic <sbabic@denx.de> | Sat Jan 23 13:47:50 2021 +0100 |
tree | 130ca4583aa9dc1879c3401cfd78373fe8860992 | |
parent | bc0d3c8748f9d9735c35ad9fc87e4abbf896fc1a [diff] |
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>