aboutsummaryrefslogtreecommitdiff
path: root/arch/sh
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:37 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commit207972acfc19bd64f390744c2636b9218f41673d (patch)
treef7bce7bb6778441072f029b2432a7b84d01f155a /arch/sh
parent04501ecca26d0f3ad10065775c1bddda02a02db0 (diff)
downloadu-boot-207972acfc19bd64f390744c2636b9218f41673d.zip
u-boot-207972acfc19bd64f390744c2636b9218f41673d.tar.gz
u-boot-207972acfc19bd64f390744c2636b9218f41673d.tar.bz2
global: Migrate CONFIG_BOARDDIR to CFG
Perform a simple rename of CONFIG_BOARDDIR to CFG_BOARDDIR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/cpu/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cpu/u-boot.lds b/arch/sh/cpu/u-boot.lds
index d360eea..c31deec 100644
--- a/arch/sh/cpu/u-boot.lds
+++ b/arch/sh/cpu/u-boot.lds
@@ -35,7 +35,7 @@ SECTIONS
.text :
{
KEEP(*/start.o (.text))
- KEEP(CONFIG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text))
+ KEEP(CFG_BOARDDIR/lowlevel_init.o (.text .spiboot1.text))
KEEP(*(.spiboot2.text))
. = ALIGN(8192);
#ifdef CONFIG_ENV_IS_IN_FLASH