diff options
| author | Anatolij Gustschin <[email protected]> | 2015-04-08 13:49:41 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-04-09 16:48:03 -0400 |
| commit | eb5e129a0a1e33003af103bf63939f5c9ae339e2 (patch) | |
| tree | 42a4a31385eddd9cd46849bff790212b0fa4f265 | |
| parent | 26f7c111fbf2828e4a59025b0f1e59c8e6484b13 (diff) | |
mcx: update maintainer and convert to generic board
Remove obsolete email address from MAINTAINERS.
Signed-off-by: Anatolij Gustschin <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Tom Rini <[email protected]>
| -rw-r--r-- | board/htkw/mcx/MAINTAINERS | 2 | ||||
| -rw-r--r-- | include/configs/mcx.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/board/htkw/mcx/MAINTAINERS b/board/htkw/mcx/MAINTAINERS index c5f88733d23..513d19daa7c 100644 --- a/board/htkw/mcx/MAINTAINERS +++ b/board/htkw/mcx/MAINTAINERS @@ -1,5 +1,5 @@ MCX BOARD -M: Ilya Yanok <[email protected]> +M: Anatolij Gustschin <[email protected]> S: Maintained F: board/htkw/mcx/ F: include/configs/mcx.h diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 3fd31842451..de7792a4690 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -25,6 +25,8 @@ #define CONFIG_MACH_TYPE MACH_TYPE_MCX #define CONFIG_BOARD_LATE_INIT +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_SYS_CACHELINE_SIZE 64 #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ |
