From 98785011d62c774e77e558b1fa1153d1c85c9fb0 Mon Sep 17 00:00:00 2001 From: Sukru Senli <sukru.senli@iopsys.eu> Date: Tue, 17 Nov 2020 14:07:24 +0100 Subject: [PATCH] brcm63xx: Makefile: Inteno -> IOPSYS --- iopsys-brcm63xx-arm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iopsys-brcm63xx-arm/Makefile b/iopsys-brcm63xx-arm/Makefile index e12703bdd..d106f28ef 100644 --- a/iopsys-brcm63xx-arm/Makefile +++ b/iopsys-brcm63xx-arm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) Inteno Broadband AB +# Copyright (C) 2020 IOPSYS # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=iopsys-brcm63xx-arm -BOARDNAME:=Iopsys Broadcom ARM +BOARDNAME:=IOPSYS Broadcom ARM FEATURES:=usb jffs2_nand nand ubifs -MAINTAINER:=Benjamin Larsson <benjamin.larsson@inteno.se> +MAINTAINER:=Benjamin Larsson <benjamin.larsson@iopsys.eu> CFLAGS:=-Os -pipe -mfpu=vfpv3-d16 -mfloat-abi=softfp CFLAGS += -DCONFIG_TARGET_iopsys_brcm63xx_arm -- GitLab