mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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 <caleb.ethridge@analog.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1178,7 +1178,7 @@ dtb-$(CONFIG_TARGET_IMX8MM_CL_IOT_GATE_OPTEE) += imx8mm-cl-iot-gate-optee.dtb \
|
||||
imx8mm-cl-iot-gate-ied-tpm0.dtbo \
|
||||
imx8mm-cl-iot-gate-ied-tpm1.dtbo
|
||||
|
||||
dtb-$(CONFIG_TARGET_SC573_EZKIT) += sc573-ezkit.dtb
|
||||
dtb-$(CONFIG_TARGET_SC573_EZLITE) += sc573-ezlite.dtb
|
||||
dtb-$(CONFIG_TARGET_SC584_EZKIT) += sc584-ezkit.dtb
|
||||
dtb-$(CONFIG_TARGET_SC589_MINI) += sc589-mini.dtb
|
||||
dtb-$(CONFIG_TARGET_SC589_EZKIT) += sc589-ezkit.dtb
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
#include "sc57x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "ADI SC573-EZKIT";
|
||||
compatible = "adi,sc573-ezkit", "adi,sc57x";
|
||||
model = "ADI SC573-EZLITE";
|
||||
compatible = "adi,sc573-ezlite", "adi,sc57x";
|
||||
};
|
||||
|
||||
&i2c0 {
|
||||
@@ -25,7 +25,7 @@ config SC57X
|
||||
bool "SC57x series"
|
||||
select COMMON_CLK_ADI_SC57X
|
||||
select CPU_V7A
|
||||
select TARGET_SC573_EZKIT
|
||||
select TARGET_SC573_EZLITE
|
||||
|
||||
config SC58X
|
||||
bool "SC58x series"
|
||||
@@ -51,8 +51,8 @@ endchoice
|
||||
|
||||
if SC57X
|
||||
|
||||
config TARGET_SC573_EZKIT
|
||||
bool "Support SC573-EZKIT"
|
||||
config TARGET_SC573_EZLITE
|
||||
bool "Support SC573-EZLITE"
|
||||
|
||||
endif
|
||||
|
||||
@@ -600,6 +600,6 @@ source "board/adi/sc594-som-ezlite/Kconfig"
|
||||
source "board/adi/sc589-ezkit/Kconfig"
|
||||
source "board/adi/sc589-mini/Kconfig"
|
||||
source "board/adi/sc584-ezkit/Kconfig"
|
||||
source "board/adi/sc573-ezkit/Kconfig"
|
||||
source "board/adi/sc573-ezlite/Kconfig"
|
||||
|
||||
endif
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
#ifdef CONFIG_TARGET_SC584_EZKIT
|
||||
#define DMC_PADCTL2_VALUE 0x0078283C
|
||||
#elif CONFIG_TARGET_SC573_EZKIT
|
||||
#elif CONFIG_TARGET_SC573_EZLITE
|
||||
#define DMC_PADCTL2_VALUE 0x00782828
|
||||
#elif CONFIG_TARGET_SC589_MINI || CONFIG_TARGET_SC589_EZKIT
|
||||
#define DMC_PADCTL2_VALUE 0x00783C3C
|
||||
|
||||
@@ -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"
|
||||
@@ -3,4 +3,4 @@
|
||||
# (C) Copyright 2025 - Analog Devices, Inc.
|
||||
#
|
||||
|
||||
obj-y += sc573-ezkit.o
|
||||
obj-y += sc573-ezlite.o
|
||||
@@ -47,7 +47,7 @@ CONFIG_SPL_OF_CONTROL=y
|
||||
CONFIG_OF_EMBED=y
|
||||
CONFIG_ENV_OVERWRITE=y
|
||||
CONFIG_USE_HOSTNAME=y
|
||||
CONFIG_HOSTNAME="sc573-ezkit"
|
||||
CONFIG_HOSTNAME="sc573-ezlite"
|
||||
CONFIG_NET_RETRY_COUNT=20
|
||||
CONFIG_IP_DEFRAG=y
|
||||
CONFIG_SPL_CLK=y
|
||||
@@ -18,7 +18,7 @@ properties:
|
||||
oneOf:
|
||||
- description: SC57X Series Boards
|
||||
items:
|
||||
- const: adi,sc573-ezkit
|
||||
- const: adi,sc573-ezlite
|
||||
- const: adi,sc57x
|
||||
|
||||
- description: SC58X Series Boards
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user