commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=0c2911adfe7c7b00b8bd181e60991c0753d820ab branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2012R1
ROM range of bf60x is above 0xb0000000. Signed-off-by: Bob Liu <[email protected]> --- arch/blackfin/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index d72905e..9aeaf96 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -409,8 +409,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.
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
