Re: [U-Boot] [PATCH] Kconfig: CONFIG_OF_PLATDATA doesn't really exist

2017-01-15 Thread Simon Glass
On 14 January 2017 at 10:21, Tom Rini wrote: > There is no CONFIG_OF_PLATDATA, only CONFIG_SPL_OF_PLATDATA, so rename > the two references to CONFIG_OF_PLATDATA to CONFIG_SPL_OF_PLATDATA. > > Signed-off-by: Tom Rini > --- > common/spl/spl.c | 2 +- > drivers/serial/Kconfig | 2

Re: [U-Boot] [PATCH] Kconfig: CONFIG_OF_PLATDATA doesn't really exist

2017-01-14 Thread Tom Rini
On Sat, Jan 14, 2017 at 12:21:39PM -0500, Tom Rini wrote: > There is no CONFIG_OF_PLATDATA, only CONFIG_SPL_OF_PLATDATA, so rename > the two references to CONFIG_OF_PLATDATA to CONFIG_SPL_OF_PLATDATA. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Descrip

[U-Boot] [PATCH] Kconfig: CONFIG_OF_PLATDATA doesn't really exist

2017-01-14 Thread Tom Rini
There is no CONFIG_OF_PLATDATA, only CONFIG_SPL_OF_PLATDATA, so rename the two references to CONFIG_OF_PLATDATA to CONFIG_SPL_OF_PLATDATA. Signed-off-by: Tom Rini --- common/spl/spl.c | 2 +- drivers/serial/Kconfig | 2 +- scripts/config_whitelist.txt | 1 - 3 files changed, 2