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 /include | |
| 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 'include')
| -rw-r--r-- | include/configs/sc573-ezlite.h (renamed from include/configs/sc573-ezkit.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sc573-ezkit.h b/include/configs/sc573-ezlite.h index 42e42f8150b..590a8f06fb5 100644 --- a/include/configs/sc573-ezkit.h +++ b/include/configs/sc573-ezlite.h @@ -3,8 +3,8 @@ * (C) Copyright 2024 - Analog Devices, Inc. */ -#ifndef __CONFIG_SC573_EZKIT_H -#define __CONFIG_SC573_EZKIT_H +#ifndef __CONFIG_SC573_EZLITE_H +#define __CONFIG_SC573_EZLITE_H /* * Memory Settings |
