]> git.ipfire.org Git - people/ms/u-boot.git/commit
ARM: omap3_logic: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA
authorAdam Ford <aford173@gmail.com>
Wed, 27 Dec 2017 19:39:56 +0000 (13:39 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jan 2018 15:27:13 +0000 (10:27 -0500)
commit6931ab2fb48d2c36c815b832ede6d21596e3312a
tree66373da45902954c95261f32690ef8074c7df351
parent998ae28799c79c6bc796aea182ae6acf13d18284
ARM: omap3_logic: 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/omap3som/omap3logic.c
configs/omap3_logic_defconfig