summaryrefslogtreecommitdiff
path: root/include/configs/comtrend_ar5387un.h
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-04-24 22:39:24 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-10 14:16:09 (GMT)
commit0642f485dc7b22e147ec85180af1f524c04b46ce (patch)
tree88d9aa778d5a735e4b4155cc8adb270102b113ee /include/configs/comtrend_ar5387un.h
parent6471a225e708f550077d0f6c6c1b9e8773b5e9d6 (diff)
downloadu-boot-0642f485dc7b22e147ec85180af1f524c04b46ce.tar.xz
MIPS: add BMIPS Comtrend AR-5387un board
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/comtrend_ar5387un.h')
-rw-r--r--include/configs/comtrend_ar5387un.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/configs/comtrend_ar5387un.h b/include/configs/comtrend_ar5387un.h
new file mode 100644
index 0000000..5d8f968
--- /dev/null
+++ b/include/configs/comtrend_ar5387un.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <configs/bmips_common.h>
+#include <configs/bmips_bcm6328.h>
+
+#define CONFIG_REMAKE_ELF
+
+#define CONFIG_ENV_IS_NOWHERE
+#define CONFIG_ENV_SIZE (8 * 1024)
+
+#define CONFIG_AUTO_COMPLETE
+#define CONFIG_CMDLINE_EDITING
+#define CONFIG_SYS_LONGHELP