diff --git a/boards/risc-v/esp32c3/common/scripts/kernel-space.ld b/boards/risc-v/esp32c3/common/scripts/kernel-space.ld index 87c0c99c0c0..014ad10ecb0 100644 --- a/boards/risc-v/esp32c3/common/scripts/kernel-space.ld +++ b/boards/risc-v/esp32c3/common/scripts/kernel-space.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * boards/risc-v/esp32c3/esp32c3-devkit/scripts/kernel-space.ld + * boards/risc-v/esp32c3/common/scripts/kernel-space.ld * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/boards/risc-v/esp32c3/common/scripts/user-space.ld b/boards/risc-v/esp32c3/common/scripts/user-space.ld index f7bd85e5764..543bac4a134 100644 --- a/boards/risc-v/esp32c3/common/scripts/user-space.ld +++ b/boards/risc-v/esp32c3/common/scripts/user-space.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * boards/risc-v/esp32c3/esp32c3-devkit/scripts/user-space.ld + * boards/risc-v/esp32c3/common/scripts/user-space.ld * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/boards/xtensa/esp32s3/common/scripts/flat_memory.ld b/boards/xtensa/esp32s3/common/scripts/flat_memory.ld index 1abca23a1ec..34db789f615 100644 --- a/boards/xtensa/esp32s3/common/scripts/flat_memory.ld +++ b/boards/xtensa/esp32s3/common/scripts/flat_memory.ld @@ -1,5 +1,5 @@ /**************************************************************************** - * boards/xtensa/esp32s3/common/scripts/esp32s3_memory.ld + * boards/xtensa/esp32s3/common/scripts/flat_memory.ld * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with diff --git a/boards/xtensa/esp32s3/common/scripts/mcuboot_sections.ld b/boards/xtensa/esp32s3/common/scripts/mcuboot_sections.ld index 961ae831762..fe59f59fb78 100644 --- a/boards/xtensa/esp32s3/common/scripts/mcuboot_sections.ld +++ b/boards/xtensa/esp32s3/common/scripts/mcuboot_sections.ld @@ -1,6 +1,6 @@ /**************************************************************************** * boards/xtensa/esp32s3/common/scripts/mcuboot_sections.ld - * + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The