u-boot/arch/powerpc/cpu/mpc8xx
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
..
cache.c common: Move some cache and MMU functions out of common.h 2019-12-02 18:23:55 -05:00
config.mk ppc: mpc8xx: Drop -mstring from PLATFORM_CPPFLAGS 2021-11-09 14:50:22 +05:30
cpu.c powerpc: mpc8xx: CPM parameter RAM can be anywhere 2023-05-04 10:58:07 +02:00
cpu_init.c watchdog: mpc8xxx: Make it generic 2023-04-06 14:47:47 +02:00
fdt.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
immap.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
interrupts.c common: Drop asm/ptrace.h from common header 2020-05-18 21:19:23 -04:00
Kconfig Kconfigs: Correct default of "0" on hex type entries 2023-08-09 09:21:42 -04:00
Makefile powerpc: mpc8xx: Add SMC relocation CPM microcode 2023-05-05 07:26:53 +02:00
micropatch_smc.c powerpc: mpc8xx: Add SMC relocation CPM microcode 2023-05-05 07:26:53 +02:00
micropatch_usb_sof.c powerpc: mpc885: Add CPM USB-SOF microcode for CPM15 ERRATA 2023-05-05 07:26:53 +02:00
speed.c powerpc: mpc8xx: Migrate to CONFIG_SYS_CLK_FREQ 2023-04-05 19:46:18 +02:00
start.S powerpc: mpc8xx: Reorganise init RAM 2023-05-04 12:40:47 +02:00
traps.c common: Drop asm/ptrace.h from common header 2020-05-18 21:19:23 -04:00