From b54977a453891bf53cc35b8b1f17c50c8c669fd9 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@uclibc-ng.org>
Date: Sat, 26 Mar 2016 21:22:09 +0100
Subject: or1k: update kernel and gcc

---
 target/or1k/or1ksim.cfg      | 5 +++--
 target/or1k/systems/or1k-sim | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

(limited to 'target/or1k')

diff --git a/target/or1k/or1ksim.cfg b/target/or1k/or1ksim.cfg
index fe5a0da01..7a26b1826 100644
--- a/target/or1k/or1ksim.cfg
+++ b/target/or1k/or1ksim.cfg
@@ -639,7 +639,8 @@ section uart
   baseaddr = 0x90000000
   irq = 2
   /* channel = "file:uart0.rx,uart0.tx" */
-  channel = "xterm:"
+  channel = "tcp:10084"
+  /*channel = "xterm:"*/ 
   jitter = -1                     /* async behaviour */
   16550 = 1
 end
@@ -708,7 +709,7 @@ end
 */
 
 section ethernet
-  enabled = 0
+  enabled = 1
   baseaddr = 0x92000000
   /* dma = 0 */
   irq = 4
diff --git a/target/or1k/systems/or1k-sim b/target/or1k/systems/or1k-sim
index c28198a60..21dd5876a 100644
--- a/target/or1k/systems/or1k-sim
+++ b/target/or1k/systems/or1k-sim
@@ -5,7 +5,7 @@ config ADK_TARGET_SYSTEM_OR1K_SIM
 	select ADK_TARGET_WITH_NET
 	select ADK_TARGET_KERNEL_VERSION_GIT
 	select ADK_TARGET_KERNEL_REPO "https://github.com/openrisc/linux.git"
-	select ADK_TARGET_KERNEL_HASH "83bdd078d607f3b592afeb4033800687bdeeb1f3"
+	select ADK_TARGET_KERNEL_HASH "69ebcc44388021120b863c433ee68677098b9c37"
 	help
 	  Simulator for OR1K architecture.
 
-- 
cgit v1.2.3