Re: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-15 Thread Masahiro Yamada
Hi Pavel, 2015-05-15 17:36 GMT+09:00 Pavel Machek : > On Fri 2015-05-01 11:14:11, Pavel Machek wrote: >> >> If there's duplicty between config system and config_cmd_default, a >> ton of warnings is raised, because one uses plain defines, and other >> defines it to 1. Adjust config_cmd_default.h no

Re: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-15 Thread Pavel Machek
On Fri 2015-05-01 11:14:11, Pavel Machek wrote: > > If there's duplicty between config system and config_cmd_default, a > ton of warnings is raised, because one uses plain defines, and other > defines it to 1. Adjust config_cmd_default.h not to provoke the > warnings. > > Signed-off-by: Pavel Mac

Re: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-03 Thread Pavel Machek
On Sun 2015-05-03 10:40:40, Stephen Warren wrote: > On 05/03/2015 04:01 AM, Pavel Machek wrote: > > On Fri 2015-05-01 09:24:02, Stephen Warren wrote: > >> On 05/01/2015 03:14 AM, Pavel Machek wrote: > >>> > >>> If there's duplicty between config system and config_cmd_default, a > >>> ton of warning

Re: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-03 Thread Stephen Warren
On 05/03/2015 04:01 AM, Pavel Machek wrote: > On Fri 2015-05-01 09:24:02, Stephen Warren wrote: >> On 05/01/2015 03:14 AM, Pavel Machek wrote: >>> >>> If there's duplicty between config system and config_cmd_default, a >>> ton of warnings is raised, because one uses plain defines, and other >>> def

Re: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-03 Thread Pavel Machek
On Fri 2015-05-01 09:24:02, Stephen Warren wrote: > On 05/01/2015 03:14 AM, Pavel Machek wrote: > > > >If there's duplicty between config system and config_cmd_default, a > >ton of warnings is raised, because one uses plain defines, and other > >defines it to 1. Adjust config_cmd_default.h not to p

Re: [U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-01 Thread Stephen Warren
On 05/01/2015 03:14 AM, Pavel Machek wrote: If there's duplicty between config system and config_cmd_default, a ton of warnings is raised, because one uses plain defines, and other defines it to 1. Adjust config_cmd_default.h not to provoke the warnings. I believe the correct way to fix this i

[U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings

2015-05-01 Thread Pavel Machek
If there's duplicty between config system and config_cmd_default, a ton of warnings is raised, because one uses plain defines, and other defines it to 1. Adjust config_cmd_default.h not to provoke the warnings. Signed-off-by: Pavel Machek diff --git a/include/config_cmd_default.h b/include/conf