commit | db9a7e51bf40e1b60fede560d50afb6c1e830a99 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Fri Apr 07 13:44:59 2023 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Thu Apr 20 20:45:08 2023 +0800 |
tree | 8b3c9bc2d613805d454772c1acf6da4fde9f272f | |
parent | 16f53be076512e888a572297df10484df7a32849 [diff] |
riscv: Enforce DWARF4 output Since commit 409e4b547872 ("Makefile: Enforce DWARF4 output") the whole U-Boot build switched to enforce DWARF4 output, but RISC-V is still on its own setting. Let's switch to use U-Boot's setting. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>