summaryrefslogtreecommitdiffstats
path: root/simulator
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2021-05-16 12:27:55 -0600
committerGitHub <noreply@github.com>2021-05-16 12:27:55 -0600
commit1f727249f766bb6267235d28cecc4bb9164a63cf (patch)
tree779d3549a4d1c23a03e73c2ce80d57c476b6b23b /simulator
parent99349782cdfe690c2a5b8f0d4c07111a898aa51b (diff)
downloadbcm5719-ortega-1f727249f766bb6267235d28cecc4bb9164a63cf.tar.gz
bcm5719-ortega-1f727249f766bb6267235d28cecc4bb9164a63cf.zip
stage1: Fix an issue that resulted in FreeBSD failing to read out a valid MAC address. (#216)
Diffstat (limited to 'simulator')
-rw-r--r--simulator/bcm5719_GEN.cpp2
-rw-r--r--simulator/bcm5719_GEN_sim.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/simulator/bcm5719_GEN.cpp b/simulator/bcm5719_GEN.cpp
index ad657bd..97e5e86 100644
--- a/simulator/bcm5719_GEN.cpp
+++ b/simulator/bcm5719_GEN.cpp
@@ -10,7 +10,7 @@
///
////////////////////////////////////////////////////////////////////////////////
///
-/// @copyright Copyright (c) 2020, Evan Lojewski
+/// @copyright Copyright (c) 2021, Evan Lojewski
/// @cond
///
/// All rights reserved.
diff --git a/simulator/bcm5719_GEN_sim.cpp b/simulator/bcm5719_GEN_sim.cpp
index 7ebc1d2..2ac1d27 100644
--- a/simulator/bcm5719_GEN_sim.cpp
+++ b/simulator/bcm5719_GEN_sim.cpp
@@ -10,7 +10,7 @@
///
////////////////////////////////////////////////////////////////////////////////
///
-/// @copyright Copyright (c) 2020, Evan Lojewski
+/// @copyright Copyright (c) 2021, Evan Lojewski
/// @cond
///
/// All rights reserved.
OpenPOWER on IntegriCloud