On Saturday 18 March 2017 12:16 AM, Simon Glass wrote:
> Hi,
>
> On 13 February 2017 at 01:08, Lokesh Vutla wrote:
>>
>>
>> On Monday 13 February 2017 01:04 PM, Vignesh R wrote:
>>> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
>>> that code block is compiled irrespect
On Fri, Mar 17, 2017 at 12:46:17PM -0600, Simon Glass wrote:
> Hi,
>
> On 13 February 2017 at 01:08, Lokesh Vutla wrote:
> >
> >
> > On Monday 13 February 2017 01:04 PM, Vignesh R wrote:
> >> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
> >> that code block is compiled
Hi,
On 13 February 2017 at 01:08, Lokesh Vutla wrote:
>
>
> On Monday 13 February 2017 01:04 PM, Vignesh R wrote:
>> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
>> that code block is compiled irrespective of SPL or U-Boot build
>> depending on CONFIG_SPL_OF_LIBFDT(for
On Monday 13 February 2017 01:04 PM, Vignesh R wrote:
> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
> that code block is compiled irrespective of SPL or U-Boot build
> depending on CONFIG_SPL_OF_LIBFDT(for SPL) or CONFIG_OF_LIBFDT(for
> U-Boot).
>
> Signed-off-by: Vig
2017-02-13 16:34 GMT+09:00 Vignesh R :
> Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
> that code block is compiled irrespective of SPL or U-Boot build
> depending on CONFIG_SPL_OF_LIBFDT(for SPL) or CONFIG_OF_LIBFDT(for
> U-Boot).
>
> Signed-off-by: Vignesh R
Reviewed
Use CONFIG_IS_ENABLED() macro to check whether OF_LIBFDT is enabled, so
that code block is compiled irrespective of SPL or U-Boot build
depending on CONFIG_SPL_OF_LIBFDT(for SPL) or CONFIG_OF_LIBFDT(for
U-Boot).
Signed-off-by: Vignesh R
---
lib/fdtdec.c | 2 +-
1 file changed, 1 insertion(+), 1
6 matches
Mail list logo