commit | 1473b12ad0b33771ded1b2fd6b73d2cd6d73b8f7 | [log] [tgz] |
---|---|---|
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Mon Jul 16 15:56:10 2018 +0530 |
committer | Michal Simek <michal.simek@xilinx.com> | Thu Jul 19 10:49:56 2018 +0200 |
tree | 9fa0de2e820f89ffa33941b069e5eb96865b0b8c | |
parent | f4da871a7f09540557792ea5da688c54790add7d [diff] |
lib: fdtdec: Update ram_base to store ram start adddress This patch updates the ram_base to store the start address of the first bank DRAM and the use this ram_base to calculate ram_top properly. This patch fixes the erroneous calculation of ram_top incase of non zero ram start address. Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com>