Re: [U-Boot] [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples

2019-09-16 Thread Simon Glass
On Sun, 18 Aug 2019 at 19:19, Peng Fan wrote: > > > Subject: [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with > > OF_PLATDATA in examples > > > > 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

Re: [U-Boot] [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples

2019-08-18 Thread Peng Fan
> Subject: [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with > OF_PLATDATA in examples > > 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 t

[U-Boot] [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples

2019-08-18 Thread Lukasz Majewski
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 a