From e33e3021a1fc722f685cfa6534af215c03018fd7 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 22 Jun 2009 12:55:32 +0200 Subject: [PATCH] --- yaml --- r: 165953 b: refs/heads/master c: cfa9a775b9ddcef7f53c35e489a71cfed8c02710 h: refs/heads/master i: 165951: f6818053a3e17195161577e5e4aaa6828b3c99aa v: v3 --- [refs] | 2 +- trunk/arch/microblaze/kernel/vmlinux.lds.S | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 60c1ffd76bce..5ce8017197e8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a061dd5258b2bad6c44c48d2a2d55f4fd5eb85d8 +refs/heads/master: cfa9a775b9ddcef7f53c35e489a71cfed8c02710 diff --git a/trunk/arch/microblaze/kernel/vmlinux.lds.S b/trunk/arch/microblaze/kernel/vmlinux.lds.S index dbb98f830f3e..e704188d7855 100644 --- a/trunk/arch/microblaze/kernel/vmlinux.lds.S +++ b/trunk/arch/microblaze/kernel/vmlinux.lds.S @@ -20,6 +20,7 @@ jiffies = jiffies_64 + 4; SECTIONS { . = CONFIG_KERNEL_START; + _start = CONFIG_KERNEL_BASE_ADDR; .text : AT(ADDR(.text) - LOAD_OFFSET) { _text = . ; _stext = . ;