xtensa: make local symbols static
Symbols that are not exported should be declared as static. Change-Id: Ieb627f7f896e4663b0d5b18c4ab1853b39d23d03 Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7167 Reviewed-by: Erhan Kurubas <erhan.kurubas@espressif.com> Reviewed-by: Ian Thompson <ianst@cadence.com> Tested-by: jenkins
This commit is contained in:
@@ -96,7 +96,7 @@ struct esp32s3_common {
|
||||
* PRO CPU is halted, APP CPU is in reset.
|
||||
*/
|
||||
|
||||
const uint8_t esp32s3_reset_stub_code[] = {
|
||||
static const uint8_t esp32s3_reset_stub_code[] = {
|
||||
#include "../../../contrib/loaders/reset/espressif/esp32s3/cpu_reset_handler_code.inc"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user