commit | 2149f3b0a076ea10a423f1041f48028626bc2440 | [log] [tgz] |
---|---|---|
author | Álvaro Fernández Rojas <noltari@gmail.com> | Tue May 16 18:39:04 2017 +0200 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Wed May 31 14:49:55 2017 +0200 |
tree | 529ac1f0f72f15c35ff937a273f7d48a670c654b | |
parent | 92da83d80bafffebe91b61e55428ea9b7acbd955 [diff] [blame] |
MIPS: add BMIPS Comtrend CT-5361 board Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/board/comtrend/ct5361/Kconfig b/board/comtrend/ct5361/Kconfig new file mode 100644 index 0000000..d77d814 --- /dev/null +++ b/board/comtrend/ct5361/Kconfig
@@ -0,0 +1,12 @@ +if BOARD_COMTREND_CT5361 + +config SYS_BOARD + default "ct5361" + +config SYS_VENDOR + default "comtrend" + +config SYS_CONFIG_NAME + default "comtrend_ct5361" + +endif