Skip to content

Commit

Permalink
[FOR] Rework RPi3 specific file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Graber authored and Sebastian Eckl committed Mar 15, 2024
1 parent df38e6c commit fce5b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions plat/rpi3/plat_nic.camkes
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
/*
* Network API Test System, RPi board configuration
* Network API Test System, RPi3 board configuration
*
* Copyright (C) 2021, HENSOLDT Cyber GmbH
*/

#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_) \
Expand Down
4 changes: 2 additions & 2 deletions plat/rpi3/plat_nic.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fce5b23

Please sign in to comment.