From fce5b237f223447a5ba23437fb181d802241f724 Mon Sep 17 00:00:00 2001 From: Lukas Graber Date: Thu, 4 Nov 2021 16:15:06 +0100 Subject: [PATCH] [FOR] Rework RPi3 specific file headers --- plat/rpi3/plat_nic.camkes | 5 ++--- plat/rpi3/plat_nic.cmake | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/plat/rpi3/plat_nic.camkes b/plat/rpi3/plat_nic.camkes index 2e53a58..9f241ee 100644 --- a/plat/rpi3/plat_nic.camkes +++ b/plat/rpi3/plat_nic.camkes @@ -1,5 +1,5 @@ /* - * Network API Test System, RPi board configuration + * Network API Test System, RPi3 board configuration * * Copyright (C) 2021, HENSOLDT Cyber GmbH */ @@ -7,10 +7,9 @@ #pragma once #include "NIC_RPi/NIC_RPi.camkes" +NIC_RPi_COMPONENT_DEFINE(NIC_RPi, NIC_DRIVER_RINGBUFFER_SIZE) NIC_RPi_Mailbox_COMPONENT_DEFINE(NIC_RPi_Mailbox) NIC_RPi_USB_COMPONENT_DEFINE(NIC_RPi_USB) -NIC_RPi_COMPONENT_DEFINE(NIC_RPi, NIC_DRIVER_RINGBUFFER_SIZE) - #define NETWORK_TEST_NIC_INSTANCE(_nic_) \ diff --git a/plat/rpi3/plat_nic.cmake b/plat/rpi3/plat_nic.cmake index 5bf06fd..fd08585 100644 --- a/plat/rpi3/plat_nic.cmake +++ b/plat/rpi3/plat_nic.cmake @@ -1,7 +1,7 @@ # -# Network API Test System, RPi QEMU configuration +# Network API Test System, RPi3 configuration # -# Copyright (C) 2020, HENSOLDT Cyber GmbH +# Copyright (C) 2020-2021, HENSOLDT Cyber GmbH # cmake_minimum_required(VERSION 3.7.2)