Kconfig: Change symbol override from warning to notice
commit00cbc7f72fee7361847657ef3ffc3d5ac223b537
authorMartin Roth <martinroth@google.com>
Wed, 21 Sep 2016 20:27:26 +0000 (21 14:27 -0600)
committerMartin Roth <martinroth@google.com>
Mon, 12 Dec 2016 16:53:32 +0000 (12 17:53 +0100)
tree5b9e44cb3baf07d45872484f91367dce2ea02c67
parentcbaab7ee3cf1080a98fe376564e5aadfe169c1d6
Kconfig: Change symbol override from warning to notice

Overriding symbols within a .config is pretty common when doing
automated builds with various different options.  The warning
text makes it sound like this is an issue, so change it to say
'notice' instead.  We could get rid of it completely, but it's
not a bad thing to know that we have two copies of the same symbol
in the .config.

BUG=chrome-os-partner:54059
TEST=copy a disabled kconfig option to the end and set it to y.
See notice text instead of warning.

Change-Id: I9f575b2275233f638e42676263348c807e6515bd
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16691
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
util/kconfig/confdata.c