mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
bd087f62c9
Change the default base for offset parsing with simple_strtoull(), so offset in flashlayout is coded in base 10 by default, even if string start with '0'. The Octal encoding is not supported. The base 16 is still supported when the '0x' header is detected. This patch solves an unexpected parsing result when the address, provided by decimal value is starting by 0, for example 0x4400 = 00017408 is a invalid with current code. ... P 0x04 fsbl1 Binary mmc0 00017408 tf-a.stm32 .... Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> |
||
---|---|---|
.. | ||
cmd_stm32prog | ||
include/mach | ||
boot_params.c | ||
bsec.c | ||
cmd_stm32key.c | ||
cpu.c | ||
dram_init.c | ||
ecdsa_romapi.c | ||
fdt.c | ||
Kconfig | ||
Kconfig.13x | ||
Kconfig.15x | ||
Makefile | ||
psci.c | ||
pwr_regulator.c | ||
spl.c | ||
stm32mp13x.c | ||
stm32mp15x.c | ||
syscon.c | ||
tzc400.c |