
13 Aug
2019
13 Aug
'19
11:33 a.m.
On Mon, 12 Aug 2019 at 01:23, Lukasz Majewski lukma@denx.de wrote:
The of-plat.rst file till this change has been using #if CONFIG_IS_ENABLED(SPL_OF_PLATDATA) it its examples.
This is at best misleading as SPL_OF_PLATDATA is always defined when we want to use this SPL tinification feature (also in U-Boot proper). As a result the OF_PLATDATA SPL specific code is also compiled in when U-Boot proper is build.
Signed-off-by: Lukasz Majewski lukma@denx.de
doc/driver-model/of-plat.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org