summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sll_val/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx6sll_val/Kconfig')
-rw-r--r--board/freescale/mx6sll_val/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/freescale/mx6sll_val/Kconfig b/board/freescale/mx6sll_val/Kconfig
new file mode 100644
index 0000000000..9964eccf89
--- /dev/null
+++ b/board/freescale/mx6sll_val/Kconfig
@@ -0,0 +1,18 @@
+if TARGET_MX6SLL_VAL
+
+config SYS_BOARD
+ default "mx6sll_val"
+
+config SYS_VENDOR
+ default "freescale"
+
+config SYS_CONFIG_NAME
+ default "mx6sll_val"
+
+config LPDDR2_BOARD
+ bool "set if the board uses the LPDDR2 not default LPDDR3"
+
+config SYS_TEXT_BASE
+ default 0x87800000
+
+endif