commit | cabb558714945e92000f627dda562aa5e86a31af | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Fri Sep 30 16:16:52 2005 +1000 |
committer | Stephen Rothwell <sfr@canb.auug.org.au> | Sat Oct 01 18:52:10 2005 +1000 |
tree | 595cd75dad072224041260afb220d7fce3164e53 | |
parent | bd142b70a6bd5522f7d95f0cec06091b93bb0715 [diff] [blame] |
powerpc: make iSeries build Merge vmlinux.lds.S. Also remove arch/powerpc/kernel/vmlinux.lds which is a generated file. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 953a74b..7f891eb 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig
@@ -833,6 +833,12 @@ depends on ADVANCED_OPTIONS && 8xx endmenu +if PPC64 +config KERNEL_START + hex + default "0xc0000000" +endif + source "net/Kconfig" source "drivers/Kconfig"