Chris Packham 39c3e30456 ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0
ZBOOT_ROM_TEXT and ZBOOT_ROM_BSS are defined as 'hex' but had a default
of "0". Kconfig will helpfully expand a text entry of 0 to 0x0 but
because this is not the same as the default value it was treated as
being explicitly set when running 'make savedefconfig' so most arm
defconfigs have CONFIG_ZBOOT_ROM_TEXT=0x0 and CONFIG_ZBOOT_ROM_BSS=0x0.

Change the default to 0x0 which will mean next time the defconfigs are
re-generated the spurious config entries will be removed.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
2020-06-13 11:11:17 +01:00
..
2020-06-07 09:42:16 -07:00
2020-06-04 19:54:15 -07:00
2020-04-03 15:02:35 -07:00
2020-04-03 15:02:35 -07:00
2020-06-04 20:02:14 -07:00
2020-04-12 23:13:38 +02:00
2020-05-15 23:04:40 +02:00
2020-05-15 23:04:40 +02:00
2020-05-14 16:44:25 +02:00
2020-04-17 07:45:12 +02:00
2020-06-06 12:00:25 -07:00