summaryrefslogtreecommitdiff
path: root/include/configs/sfr_nb4_ser.h
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2017-05-07 18:11:32 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-10 14:16:09 (GMT)
commita186d2630bd92d952c953f24c412b492265289ff (patch)
tree1e8bb93b6910501c4426eef15a730ccd120a5b8e /include/configs/sfr_nb4_ser.h
parent4d6a519c68c4abc6e7ac0dc267625814668f7aee (diff)
downloadu-boot-a186d2630bd92d952c953f24c412b492265289ff.tar.xz
mips: bmips: add NeufBox 4 (Sercomm) board
This serves as an example for bcm6358-leds. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sfr_nb4_ser.h')
-rw-r--r--include/configs/sfr_nb4_ser.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/configs/sfr_nb4_ser.h b/include/configs/sfr_nb4_ser.h
new file mode 100644
index 0000000..ab64518
--- /dev/null
+++ b/include/configs/sfr_nb4_ser.h
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <configs/bmips_common.h>
+#include <configs/bmips_bcm6358.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
+
+#define CONFIG_SYS_FLASH_CFI 1
+#define CONFIG_FLASH_CFI_DRIVER 1