u-boot/arch
Tom Rini a077ac13d0 Kconfigs: Correct default of "0" on hex type entries
It is not a parse error to have a default value of "0" for a "hex" type
entry, instead of "0x0".  However, "0" and "0x0" are not treated the
same even by the tools themselves. Correct this by changing the default
value from "0" to "0x0" for all hex type questions that had the
incorrect default. Fix one instance (in two configs) of a default of "0"
being used on a hex question to be "0x0". Remove the cases where a
defconfig had set a value of "0x0" to be used as the default had been
"0".

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-08-09 09:21:42 -04:00
..
arc global: Use proper project name U-Boot 2023-06-12 13:24:31 +02:00
arm Kconfigs: Correct default of "0" on hex type entries 2023-08-09 09:21:42 -04:00
m68k m68k: dts: add watchdog node 2023-07-25 23:21:42 +02:00
microblaze arm64: zynqmp: Switch to amd.com emails 2023-07-21 09:00:38 +02:00
mips mips: octeon: Correct types in cvmx-pko3-queue 2023-07-20 14:48:20 -04:00
nios2 dm: Emit the arch_cpu_init_dm() even only before relocation 2023-05-11 10:25:29 +08:00
powerpc Kconfigs: Correct default of "0" on hex type entries 2023-08-09 09:21:42 -04:00
riscv acpi: Add missing RISC-V acpi_table header 2023-08-02 11:02:33 +08:00
sandbox Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" 2023-07-24 19:51:05 -04:00
sh sh: use asm-generic/unaligned.h 2023-05-31 14:05:34 -04:00
x86 x86: Add a little more info to cbsysinfo 2023-08-01 10:08:49 +08:00
xtensa global: Migrate CONFIG_MAX_MEM_MAPPED to CFG 2022-12-23 10:14:51 -05:00
.gitignore
Kconfig acpi: Create a new Kconfig for ACPI 2023-05-11 10:25:29 +08:00
Kconfig.nxp LFU-544: Kconfig.nxp: Fixed secure boot on LS-CH2 platforms 2023-07-06 13:04:56 +08:00
u-boot-elf.lds