diff options
author | dillon min <dillon.minfei@gmail.com> | 2021-04-09 15:28:45 +0800 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-04-09 11:53:00 +0200 |
commit | 1f0305e0d00e5b72d0ce4e279ec680ee8161e319 (patch) | |
tree | b534163a44ebf48a4063d91806bc4d3c9f76c8c6 /arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | |
parent | f132c4967e416b6670d7a531c6a293f835177f82 (diff) |
ram: stm32: fix strsep failed on read only memory
strsep will change data from original memory address,
in case the memory is in non-sdram/sram place, will
run into a bug(hang at SDRAM: )
just add a temporary array to store bank_name[] to fix this
bug.
Signed-off-by: dillon min <dillon.minfei@gmail.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h')
0 files changed, 0 insertions, 0 deletions