From dd4709fd191794c33a78aae5c53fa42393209c0b Mon Sep 17 00:00:00 2001 From: Bob Liu Date: Wed, 30 May 2012 15:30:27 +0800 Subject: [PATCH] --- yaml --- r: 313811 b: refs/heads/master c: 3003668ce422a00952e20e230fe09e3c2662cf25 h: refs/heads/master i: 313809: 74676395bf5f545d3206742d6ebcb8d30581f77b 313807: f380aed1737dea174c939fe9ab5d7e4b89fd8d61 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/Kconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bd21b0aae231..4b85e2175f02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f82f16d2f55a68a5134e26edbc9303fe8048764f +refs/heads/master: 3003668ce422a00952e20e230fe09e3c2662cf25 diff --git a/trunk/arch/blackfin/Kconfig b/trunk/arch/blackfin/Kconfig index f9f6f6971b7e..7e3a24c60771 100644 --- a/trunk/arch/blackfin/Kconfig +++ b/trunk/arch/blackfin/Kconfig @@ -404,8 +404,9 @@ config ROM_BASE hex "Kernel ROM Base" depends on ROMKERNEL default "0x20040040" - range 0x20000000 0x20400000 if !(BF54x || BF561) + range 0x20000000 0x20400000 if !(BF54x || BF561 || BF60x) range 0x20000000 0x30000000 if (BF54x || BF561) + range 0xB0000000 0xC0000000 if (BF60x) help Make sure your ROM base does not include any file-header information that is prepended to the kernel.