diff options
author | Anatolij Gustschin <agust@denx.de> | 2015-04-08 13:49:41 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-04-09 16:48:03 -0400 |
commit | eb5e129a0a1e33003af103bf63939f5c9ae339e2 (patch) | |
tree | 42a4a31385eddd9cd46849bff790212b0fa4f265 | |
parent | 26f7c111fbf2828e4a59025b0f1e59c8e6484b13 (diff) | |
download | u-boot-eb5e129a0a1e33003af103bf63939f5c9ae339e2.zip u-boot-eb5e129a0a1e33003af103bf63939f5c9ae339e2.tar.gz u-boot-eb5e129a0a1e33003af103bf63939f5c9ae339e2.tar.bz2 |
mcx: update maintainer and convert to generic board
Remove obsolete email address from MAINTAINERS.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Tom Rini <trini@konsulko.com>
-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 c5f8873..513d19d 100644 --- a/board/htkw/mcx/MAINTAINERS +++ b/board/htkw/mcx/MAINTAINERS @@ -1,5 +1,5 @@ MCX BOARD -M: Ilya Yanok <yanok@emcraft.com> +M: Anatolij Gustschin <agust@denx.de> S: Maintained F: board/htkw/mcx/ F: include/configs/mcx.h diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 3fd3184..de7792a 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 */ |