board: ns3: limit U-boot relocation within 16MB memory
authorBharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Wed, 15 Jul 2020 17:19:05 +0000 (22:49 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 29 Jul 2020 14:37:11 +0000 (10:37 -0400)
commit53a3e8d46926213fea17115dbae035901a13bc05
tree38051be633caa89cd0110e1dab4f2002613d6170
parentc8b98482d8b320be73f9eb8b8794f09dcb5044bd
board: ns3: limit U-boot relocation within 16MB memory

By default relocation happens to a higher address of DDR,
i.e, DDR start + DDR size.

U-Boot shall be used to collect the ramdump.
Restrict U-Boot to use only the 16MB memory, so that this
memory can be reserved. Limit relocation to happen within
16MB memory, start 0xFF00_0000 and end 0x1_0000_0000

Signed-off-by: Bharat Kumar Reddy Gooty <bharat.gooty@broadcom.com>
Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/broadcom/bcmns3/ns3.c