]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: versal: Do not place u-boot to reserved memory location
authorMichal Simek <michal.simek@xilinx.com>
Thu, 17 Mar 2022 14:25:31 +0000 (15:25 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 29 Mar 2022 07:16:30 +0000 (09:16 +0200)
commitf66d0b53462cdd209ec045c8dcf623046fa4f3cc
tree52c38b7f4418c3c2744632ff702111ff86916714
parentf307c688ea951978ebcceb5536aa31c0249b33df
arm64: versal: Do not place u-boot to reserved memory location

Versal can also have reserved space in DT which u-boot has to avoid to
placing self to that location. The same change was done in ZynqMP by commit
ce39ee28ec31 ("zynqmp: Do not place u-boot to reserved memory location")
and also for microblaze by commit d7b5cc89d329 ("microblaze: Do not place
u-boot to reserved memory location").

The patch was tested by adding reserved-memory node to DT and check via
bdinfo back.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/15426fa6d64835dd23c5c8c12bbfc97306fb6098.1647527129.git.michal.simek@xilinx.com
board/xilinx/versal/board.c