summaryrefslogtreecommitdiff
path: root/cesar/hal/phy/src/phy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/phy/src/phy.c')
-rw-r--r--cesar/hal/phy/src/phy.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/hal/phy/src/phy.c b/cesar/hal/phy/src/phy.c
index 80375398bb..be8bd8eb45 100644
--- a/cesar/hal/phy/src/phy.c
+++ b/cesar/hal/phy/src/phy.c
@@ -18,6 +18,7 @@
#include "inc/regs.h"
#include "inc/resys.h"
#include "inc/hlut.h"
+#include "inc/dini_pamela.h"
#include "hal/phy/spoc/spoc.h"
@@ -677,6 +678,8 @@ phy_init (void *user_data, phy_rx_fc_cb_t rx_fc_cb, phy_access_cb_t access_cb,
phy_init_tunable_param (ctx);
/* Initialise the HLUT. */
phy_hlut_init ();
+ /* Initialise pamela board on DINI platform. */
+ phy_init_proto_pamela ();
/* Done. */
return ctx;
}