summaryrefslogtreecommitdiff
path: root/target/xtensa/kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-02 17:16:31 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-02 17:16:46 -0500
commit14d2d08a82a712d26239589ce28fca4fbb28247a (patch)
tree3f7b89bdce92ce0741eb14d24bbaa397641b0060 /target/xtensa/kernel
parent46dfd26bf7d2c4065079ccab68105f20da419be7 (diff)
add missing kernel symbols to bootup Xtensa board via NFS
Diffstat (limited to 'target/xtensa/kernel')
-rw-r--r--target/xtensa/kernel/xilinx-kintex78
1 files changed, 5 insertions, 3 deletions
diff --git a/target/xtensa/kernel/xilinx-kintex7 b/target/xtensa/kernel/xilinx-kintex7
index c7a401380..25f8e3798 100644
--- a/target/xtensa/kernel/xilinx-kintex7
+++ b/target/xtensa/kernel/xilinx-kintex7
@@ -1,5 +1,7 @@
CONFIG_XTENSA=y
CONFIG_XTENSA_PLATFORM_XTFPGA=y
-CONFIG_SERIAL_CONSOLE=y
-CONFIG_SERIAL_8250=y
-CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_XTENSA_VARIANT_DC233C=y
+CONFIG_XTENSA_UNALIGNED_USER=y
+CONFIG_USE_OF=y
+CONFIG_BUILTIN_DTB="kc705"
+