ARM: am3517_evm: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA
authorAdam Ford <aford173@gmail.com>
Fri, 8 Jun 2018 14:22:30 +0000 (09:22 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 13 Jun 2018 11:49:14 +0000 (07:49 -0400)
commite3b1aaa4e0340b986513a9a54a57cb0244cbabd2
tree6f1353ebc1df8dff5fef1511d2c808bc7e0abfec
parenteae8291913e5561695e62a7b7b82e97157313ac3
ARM: am3517_evm: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA

The SPL doesn't have much room, so in order to support OF_CONTROL
in SPL, we need the extra functionality of SPL_OF_PLATDATA.

Adding these features allows us to remove a small part of code without
losing the serial port during SPL.

Signed-off-by: Adam Ford <aford173@gmail.com>
board/logicpd/am3517evm/am3517evm.c
configs/am3517_evm_defconfig