diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2020-06-09 04:28:14 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2020-06-13 12:11:17 +0200 |
commit | 39c3e304567a013ac096ca8747fe53b44a76e44b (patch) | |
tree | 3a437b3cdd38cbdb48d4aa089b1acd77648a7e79 /arch/arm/mach-moxart | |
parent | Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
download | linux-39c3e304567a013ac096ca8747fe53b44a76e44b.tar.xz linux-39c3e304567a013ac096ca8747fe53b44a76e44b.zip |
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>
Diffstat (limited to 'arch/arm/mach-moxart')
0 files changed, 0 insertions, 0 deletions