diff options
| author | Caleb Ethridge <[email protected]> | 2026-05-21 09:53:20 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-04 12:24:18 -0600 |
| commit | 87ea6e67959099804faf4eb85d93a41f18db71c9 (patch) | |
| tree | 0bc4597b3a0971a8f85bf96889d901f15016b640 /board | |
| parent | ad72a93757d3eefcfe9fecf27b1d8f000be49f2f (diff) | |
mach-sc5xx: sc573: Rename EZKIT board to EZLITE
Rename the SC573 EZKIT board to EZLITE across the device tree,
defconfig, board file, and related Kconfig/Makefile entries to
match with release naming. EZKIT was used internally before the
official product release.
Signed-off-by: Caleb Ethridge <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/adi/sc573-ezlite/Kconfig (renamed from board/adi/sc573-ezkit/Kconfig) | 8 | ||||
| -rw-r--r-- | board/adi/sc573-ezlite/Makefile (renamed from board/adi/sc573-ezkit/Makefile) | 2 | ||||
| -rw-r--r-- | board/adi/sc573-ezlite/sc573-ezlite.c (renamed from board/adi/sc573-ezkit/sc573-ezkit.c) | 0 | ||||
| -rw-r--r-- | board/adi/sc573-ezlite/sc573-ezlite.env (renamed from board/adi/sc573-ezkit/sc573-ezkit.env) | 0 |
4 files changed, 5 insertions, 5 deletions
diff --git a/board/adi/sc573-ezkit/Kconfig b/board/adi/sc573-ezlite/Kconfig index 328563c1296..f3b848ef0f7 100644 --- a/board/adi/sc573-ezkit/Kconfig +++ b/board/adi/sc573-ezlite/Kconfig @@ -2,19 +2,19 @@ # # (C) Copyright 2024 - Analog Devices, Inc. -if TARGET_SC573_EZKIT +if TARGET_SC573_EZLITE config SYS_BOARD - default "sc573-ezkit" + default "sc573-ezlite" config SYS_CONFIG_NAME - default "sc573-ezkit" + default "sc573-ezlite" config LDR_CPU default "ADSP-SC573-0.0" config DEFAULT_DEVICE_TREE - default "sc573-ezkit" + default "sc573-ezlite" config ADI_IMAGE default "tiny" diff --git a/board/adi/sc573-ezkit/Makefile b/board/adi/sc573-ezlite/Makefile index 0ea725b992b..77c55af6240 100644 --- a/board/adi/sc573-ezkit/Makefile +++ b/board/adi/sc573-ezlite/Makefile @@ -3,4 +3,4 @@ # (C) Copyright 2025 - Analog Devices, Inc. # -obj-y += sc573-ezkit.o +obj-y += sc573-ezlite.o diff --git a/board/adi/sc573-ezkit/sc573-ezkit.c b/board/adi/sc573-ezlite/sc573-ezlite.c index 464142b27a5..464142b27a5 100644 --- a/board/adi/sc573-ezkit/sc573-ezkit.c +++ b/board/adi/sc573-ezlite/sc573-ezlite.c diff --git a/board/adi/sc573-ezkit/sc573-ezkit.env b/board/adi/sc573-ezlite/sc573-ezlite.env index e1ad4f3716f..e1ad4f3716f 100644 --- a/board/adi/sc573-ezkit/sc573-ezkit.env +++ b/board/adi/sc573-ezlite/sc573-ezlite.env |
