summaryrefslogtreecommitdiff
path: root/cesar/station/src
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/station/src')
-rw-r--r--cesar/station/src/station.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cesar/station/src/station.c b/cesar/station/src/station.c
index 699ce01c53..bc1bd10f8f 100644
--- a/cesar/station/src/station.c
+++ b/cesar/station/src/station.c
@@ -24,6 +24,7 @@
# include "hal/leon/fatal_button.h"
#endif
+#include "hal/boot_params/boot_params.h"
#include "lib/seq_check.h"
#include "lib/init.h"
@@ -38,6 +39,11 @@ cesar_t *
cesar_init (void)
{
u32 seed = 0;
+
+ /* Process boot parameters.
+ * Must be called as early as possible in the init process. */
+ boot_params_process ();
+
trace_init ();
#if MODULE_INCLUDED (hal_leon) && CONFIG_LEON_FATAL_BUTTON