diff options
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | 2018-10-18 09:54:58 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2018-11-01 23:04:05 +0300 |
commit | adc9b09a23f3cfef56130abc4c4c1a9085a0ec13 (patch) | |
tree | e0f697c49f0e718ef58da575c172b51a7420b905 /arch/arc | |
parent | fdaccfeb5e03e18c05be386b8a7c6be02be2cf15 (diff) | |
download | u-boot-adc9b09a23f3cfef56130abc4c4c1a9085a0ec13.tar.gz u-boot-adc9b09a23f3cfef56130abc4c4c1a9085a0ec13.tar.bz2 u-boot-adc9b09a23f3cfef56130abc4c4c1a9085a0ec13.zip |
emdk->emsdp: Rename board
Real marketing name of the board was recently updated so
to accommodate that change renaming the board and all
related to it.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r-- | arch/arc/Kconfig | 6 | ||||
-rw-r--r-- | arch/arc/dts/Makefile | 2 | ||||
-rw-r--r-- | arch/arc/dts/emsdp.dts (renamed from arch/arc/dts/emdk.dts) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index b24593e137..fa6b3447c9 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -150,8 +150,8 @@ config TARGET_AXS101 config TARGET_AXS103 bool "Support Synopsys Designware SDP board AXS103" -config TARGET_EMDK - bool "Synopsys EM Development kit" +config TARGET_EMSDP + bool "Synopsys EM Software Development Platform" select CPU_ARCEM6 config TARGET_HSDK @@ -166,7 +166,7 @@ endchoice source "board/abilis/tb100/Kconfig" source "board/synopsys/Kconfig" source "board/synopsys/axs10x/Kconfig" -source "board/synopsys/emdk/Kconfig" +source "board/synopsys/emsdp/Kconfig" source "board/synopsys/hsdk/Kconfig" source "board/synopsys/iot_devkit/Kconfig" diff --git a/arch/arc/dts/Makefile b/arch/arc/dts/Makefile index 17e1405c0c..4f1e4637ce 100644 --- a/arch/arc/dts/Makefile +++ b/arch/arc/dts/Makefile @@ -4,7 +4,7 @@ dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb dtb-$(CONFIG_TARGET_NSIM) += nsim.dtb dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb -dtb-$(CONFIG_TARGET_EMDK) += emdk.dtb +dtb-$(CONFIG_TARGET_EMSDP) += emsdp.dtb dtb-$(CONFIG_TARGET_HSDK) += hsdk.dtb dtb-$(CONFIG_TARGET_IOT_DEVKIT) += iot_devkit.dtb diff --git a/arch/arc/dts/emdk.dts b/arch/arc/dts/emsdp.dts index ebe538d06f..d307b95d8e 100644 --- a/arch/arc/dts/emdk.dts +++ b/arch/arc/dts/emsdp.dts @@ -7,7 +7,7 @@ #include "skeleton.dtsi" / { - model = "snps,emdk"; + model = "snps,emsdp"; #address-cells = <1>; #size-cells = <1>; |