commit | 00e65726fb58f5e5154aa0b4adb205ecfb550169 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Sep 25 09:11:48 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 08 09:55:11 2019 +0200 |
tree | c4dab1235acf4595b25e32cd24997bbfbef0bd07 | |
parent | 9270e9d38851fb02e477d5b0866e18e5afc60834 [diff] |
microblaze: Fix lmb memory initialization Microblaze as Arm is using multiple memory banks which are read from DT that's why there is a need to initialized LMB based on bd->bi_dram[]. Without this fix memory base/size is all the time 0 and image relocation is not possible. Signed-off-by: Michal Simek <michal.simek@xilinx.com>