diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-01-12 15:08:22 -0800 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2016-01-12 15:08:22 -0800 |
commit | 3dcaaf25fee58ded02e217242924ea4db44b5950 (patch) | |
tree | c94fecac6fa841f78a9dabb004c092e478f56318 /examples | |
parent | 8333a88a759a62e40dc80ed4ca947dac968b3923 (diff) |
examples: imx7_colibri_m4: renamed board name
Diffstat (limited to 'examples')
-rw-r--r-- | examples/imx7_colibri_m4/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imx7_colibri_m4/board.h b/examples/imx7_colibri_m4/board.h index 64e5920..40d5dbe 100644 --- a/examples/imx7_colibri_m4/board.h +++ b/examples/imx7_colibri_m4/board.h @@ -38,7 +38,7 @@ #include "clock_freq.h" /* The board name */ -#define BOARD_NAME "IMX7D_SDB_M4" +#define BOARD_NAME "IMX7_COLIBRI_M4" #define BOARD_DOMAIN_ID (1) /* ADC information for this board */ |