commit | 1454815397e37c1a07c27152fe5c7209bc2a315f | [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 | ee626e1b245743a03e6b2442047eb742deacf710 [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>