commit | 73c1589f025d93e6709fd1c88f1f7e068935e6aa | [log] [tgz] |
---|---|---|
author | Clément Léger <clement.leger@bootlin.com> | Mon Aug 16 14:25:39 2021 +0200 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Sep 21 10:05:38 2021 +0300 |
tree | 318a28e138bc03a03fa5259f2b6e4f8151430939 | |
parent | 094f19c5274b758a243158f69367626049f283e5 [diff] |
board: sama5d27_som1_ek: Get dram size and base from device tree In order to make it more flexible and allow modifying the base address of DRAM without recompiling U-Boot, use memory node from device tree with fdtdec functions. Signed-off-by: Clément Léger <clement.leger@bootlin.com>