nova: use updated r9 kernel branch

Fixes a kernel regression (because of using builtin_retrun_address)
introduced by the out-of-memory commits.

Issue #1601
This commit is contained in:
Alexander Boettcher 2015-08-26 16:30:16 +02:00 committed by Christian Helmuth
parent 9cd85ddcf7
commit b438181188
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
9f2aef990ef7fcf148a53e63ba9bebdb0e3fff10
361b07cc4c3e43610e1bb772932597d45be69c28

View File

@ -4,7 +4,7 @@ DOWNLOADS := nova.git
# r9 branch
URL(nova) := https://github.com/alex-ab/NOVA.git
REV(nova) := 7de4ddd3b7af33affdd8f36aa997b20b52bd2ef6
REV(nova) := 834519fa28b1f2fc46e3b10746b4838a19470c7a
DIR(nova) := src/kernel/nova
PATCHES := $(wildcard $(REP_DIR)/patches/*.patch)