commit | a750ded4667496b367bc1275246752a3092b2ca2 | [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 | 9d877c2f5404be82d90e8bc624a20a35d21e429d [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>