board: ti: am65x: Enable fixing up msmc sram node
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 8 Mar 2019 06:17:35 +0000 (11:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2019 12:05:51 +0000 (08:05 -0400)
commit5582c03565190f364cca775ad4a4cc6b12fd0165
tree2ccbef9423ae75455c266f8ceac603d5ac41139c
parenta9a84480f4ccba1eb75c5ca6eb1ff33e8e25fdc4
board: ti: am65x: Enable fixing up msmc sram node

Create a ft_board_setup() api that gets called as part of
DT fixup before jumping to kernel. In this ft_board_setup()
call fdt_fixup_msmc_ram that update msmc sram node.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am65x/evm.c