From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgmxf-0001Hm-0p for qemu-devel@nongnu.org; Mon, 05 Sep 2016 02:00:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgmxZ-0001q0-Pr for qemu-devel@nongnu.org; Mon, 05 Sep 2016 02:00:50 -0400 Received: from 9.mo7.mail-out.ovh.net ([46.105.60.248]:54829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgmxZ-0001po-K3 for qemu-devel@nongnu.org; Mon, 05 Sep 2016 02:00:45 -0400 Received: from player759.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo7.mail-out.ovh.net (Postfix) with ESMTP id 142B81000248 for ; Mon, 5 Sep 2016 08:00:45 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Mon, 5 Sep 2016 08:00:03 +0200 Message-Id: <1473055209-18864-5-git-send-email-clg@kaod.org> In-Reply-To: <1473055209-18864-1-git-send-email-clg@kaod.org> References: <1473055209-18864-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v4 04/10] palmetto-bmc: rename the Aspeed board file to aspeed.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, qemu-arm@nongnu.org, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= We plan to add more Aspeed boards to this file. There are no changes in the code. Signed-off-by: C=C3=A9dric Le Goater Reviewed-by: Andrew Jeffery Reviewed-by: Peter Maydell --- hw/arm/Makefile.objs | 2 +- hw/arm/{palmetto-bmc.c =3D> aspeed.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hw/arm/{palmetto-bmc.c =3D> aspeed.c} (100%) diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index 7901294630b1..4c5c4ee76c12 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -17,4 +17,4 @@ obj-$(CONFIG_XLNX_ZYNQMP) +=3D xlnx-zynqmp.o xlnx-ep108= .o obj-$(CONFIG_FSL_IMX25) +=3D fsl-imx25.o imx25_pdk.o obj-$(CONFIG_FSL_IMX31) +=3D fsl-imx31.o kzm.o obj-$(CONFIG_FSL_IMX6) +=3D fsl-imx6.o sabrelite.o -obj-$(CONFIG_ASPEED_SOC) +=3D aspeed_soc.o palmetto-bmc.o +obj-$(CONFIG_ASPEED_SOC) +=3D aspeed_soc.o aspeed.o diff --git a/hw/arm/palmetto-bmc.c b/hw/arm/aspeed.c similarity index 100% rename from hw/arm/palmetto-bmc.c rename to hw/arm/aspeed.c --=20 2.7.4