commit | 94a1d5240d89d7995d305e201a0820746f6a7505 | [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 | a9d9448223116a2422bed627816943a29f29daf3 [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>