From 11e401c0bc066bfed7576db49f50e842aae2491f Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Wed, 18 Jan 2023 18:38:43 -0300 Subject: [PATCH] esp32[c3|s3]: Fix relative path in file header Signed-off-by: Gustavo Henrique Nihei --- boards/risc-v/esp32c3/common/scripts/kernel-space.ld | 2 +- boards/risc-v/esp32c3/common/scripts/user-space.ld | 2 +- boards/xtensa/esp32s3/common/scripts/flat_memory.ld | 2 +- boards/xtensa/esp32s3/common/scripts/mcuboot_sections.ld | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/risc-v/esp32c3/common/scripts/kernel-space.ld b/boards/risc-v/esp32c3/common/scripts/kernel-space.ld index 87c0c99c0c..014ad10ecb 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 f7bd85e576..543bac4a13 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 1abca23a1e..34db789f61 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 961ae83176..fe59f59fb7 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