ARC: rename Zebu platform support to HAPS
authorVineet Gupta <vgupta@synopsys.com>
Fri, 18 Nov 2016 22:19:27 +0000 (14:19 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 30 Nov 2016 19:54:25 +0000 (11:54 -0800)
There are more ARC Linux HAPS users than Zebu ones.

Same kernel would work fine on both, even with embedded DT, assuming the FPGA
bitfile configuration is same

Suggested-by: Francois Bedard <fbedard@ynopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/haps_hs.dts [moved from arch/arc/boot/dts/zebu_hs.dts with 100% similarity]
arch/arc/boot/dts/haps_hs_idu.dts [moved from arch/arc/boot/dts/zebu_hs_idu.dts with 100% similarity]
arch/arc/configs/haps_hs_defconfig [moved from arch/arc/configs/zebu_hs_defconfig with 98% similarity]
arch/arc/configs/haps_hs_smp_defconfig [moved from arch/arc/configs/zebu_hs_smp_defconfig with 98% similarity]

similarity index 98%
rename from arch/arc/configs/zebu_hs_defconfig
rename to arch/arc/configs/haps_hs_defconfig
index 9f6166b..57b3e59 100644 (file)
@@ -23,7 +23,7 @@ CONFIG_MODULES=y
 # CONFIG_IOSCHED_CFQ is not set
 CONFIG_ARC_PLAT_SIM=y
 CONFIG_ISA_ARCV2=y
-CONFIG_ARC_BUILTIN_DTB_NAME="zebu_hs"
+CONFIG_ARC_BUILTIN_DTB_NAME="haps_hs"
 CONFIG_PREEMPT=y
 # CONFIG_COMPACTION is not set
 CONFIG_NET=y
similarity index 98%
rename from arch/arc/configs/zebu_hs_smp_defconfig
rename to arch/arc/configs/haps_hs_smp_defconfig
index 44e9693..f85985a 100644 (file)
@@ -26,7 +26,7 @@ CONFIG_MODULES=y
 CONFIG_ARC_PLAT_SIM=y
 CONFIG_ISA_ARCV2=y
 CONFIG_SMP=y
-CONFIG_ARC_BUILTIN_DTB_NAME="zebu_hs_idu"
+CONFIG_ARC_BUILTIN_DTB_NAME="haps_hs_idu"
 CONFIG_PREEMPT=y
 # CONFIG_COMPACTION is not set
 CONFIG_NET=y