From d0ae1330b00c6e7cf0ac9aab799d24f78482c990 Mon Sep 17 00:00:00 2001 From: Wadim Egorov Date: Wed, 4 Feb 2015 15:00:51 +0100 Subject: boards: Add phytec-som-am335x The main idea behind this patch is to avoid redundant board code. Because of the module similarities of all am335x based phytec boards, we can merge its code. The phytec-som-am335x merges the code of all am335x based phytec SOMs. So we will have only one "board" in the barebox for phyCORE, phyFLEX. Signed-off-by: Wadim Egorov Signed-off-by: Sascha Hauer --- arch/arm/boards/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/boards/Makefile') diff --git a/arch/arm/boards/Makefile b/arch/arm/boards/Makefile index a85de760f7..5b0a6d67bd 100644 --- a/arch/arm/boards/Makefile +++ b/arch/arm/boards/Makefile @@ -81,8 +81,7 @@ obj-$(CONFIG_MACH_PCM037) += phytec-phycore-imx31/ obj-$(CONFIG_MACH_PCM038) += phytec-phycore-imx27/ obj-$(CONFIG_MACH_PCM043) += phytec-phycore-imx35/ obj-$(CONFIG_MACH_PCM049) += phytec-phycore-omap4460/ -obj-$(CONFIG_MACH_PCM051) += phytec-phycore-am335x/ -obj-$(CONFIG_MACH_PFLA03) += phytec-phyflex-am335x/ +obj-$(CONFIG_MACH_PHYTEC_SOM_AM335X) += phytec-som-am335x/ obj-$(CONFIG_MACH_PHYTEC_PFLA02) += phytec-phyflex-imx6/ obj-$(CONFIG_MACH_PLATHOME_OPENBLOCKS_AX3) += plathome-openblocks-ax3/ obj-$(CONFIG_MACH_PLATHOME_OPENBLOCKS_A6) += plathome-openblocks-a6/ -- cgit v1.2.3