commit | da6e54c5f2b4dc9aedbef30d65f8916e54ae7243 | [log] [tgz] |
---|---|---|
author | dillon min <dillon.minfei@gmail.com> | Fri Apr 09 15:28:45 2021 +0800 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Apr 09 11:53:00 2021 +0200 |
tree | b534163a44ebf48a4063d91806bc4d3c9f76c8c6 | |
parent | 2c0acae69fccd469de3ec7c6cf631b01411bd0bb [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>