Commit 26b0a4f7 authored by Tristan Gingold's avatar Tristan Gingold Committed by Tomasz Wlostowski

boards/ertm14: add a command to display buildinfo and dna

parent 4859c6e6
......@@ -26,6 +26,8 @@
#include "board-state.h"
#include "common-uart-link.h"
#define ERTM14_SECONDARY_DEBUG_UART 1
#define WRC_MAX_TASKS 24
#define BOARD_USE_CUSTOM_SDBFS 1
......@@ -36,7 +38,7 @@
#undef BOARD_ERTM14_REV_1
#define BOARD_ERTM14_REV_2
#define BOARD_CONSOLE_DEVICES 2
#define BOARD_MAX_CONSOLE_DEVICES (3 + HAS_NETCONSOLE + HAS_PUTS_SYSLOG)
#define BOARD_USE_EVENTS 1
......@@ -65,6 +67,9 @@
/* Number of auxillary clock channels - usually equal to the number of FMCs */
#define NUM_AUX_CLOCKS 1
int board_init(void);
int board_update(void);
/* spll parameter that are board-specific */
# define BOARD_DIVIDE_DMTD_CLOCKS 0
# define NS_PER_CLOCK 16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment