commit | d884264f5566c5f45e30cf20ae9932b1792eb309 | [log] [tgz] |
---|---|---|
author | Clément Léger <clement.leger@bootlin.com> | Mon Aug 16 14:25:42 2021 +0200 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Sep 21 10:05:38 2021 +0300 |
tree | b14880a26931dbc076946a6fdd472d3f3061eb43 | |
parent | d04da9ed266dcdfc9ae45a2c0aab759f55a9b3a7 [diff] |
board: sama5d2_xplained: 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>