diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-15 15:52:19 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-04-16 17:46:12 -0400 |
commit | 38521a23a99232e14d7454ab59d23565c626ea33 (patch) | |
tree | aa3d3df7c8f4989199ec70f49e0794d5cc1361d0 /arch/powerpc | |
parent | 3fbe9d413e503aba71258947bf2e22f6de5ffa41 (diff) |
[POWERPC] Remove Kconfig option BOOT_LOAD
Nothing appears to use BOOT_LOAD so remove it as a configurable option.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c51b6bba5fce..d1fe425cfb58 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -693,22 +693,6 @@ config CONSISTENT_SIZE | |||
693 | hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL | 693 | hex "Size of consistent memory pool" if CONSISTENT_SIZE_BOOL |
694 | default "0x00200000" if NOT_COHERENT_CACHE | 694 | default "0x00200000" if NOT_COHERENT_CACHE |
695 | 695 | ||
696 | config BOOT_LOAD_BOOL | ||
697 | bool "Set the boot link/load address" | ||
698 | depends on ADVANCED_OPTIONS && !PPC_MULTIPLATFORM | ||
699 | help | ||
700 | This option allows you to set the initial load address of the zImage | ||
701 | or zImage.initrd file. This can be useful if you are on a board | ||
702 | which has a small amount of memory. | ||
703 | |||
704 | Say N here unless you know what you are doing. | ||
705 | |||
706 | config BOOT_LOAD | ||
707 | hex "Link/load address for booting" if BOOT_LOAD_BOOL | ||
708 | default "0x00400000" if 40x || 8xx || 8260 | ||
709 | default "0x01000000" if 44x | ||
710 | default "0x00800000" | ||
711 | |||
712 | config PIN_TLB | 696 | config PIN_TLB |
713 | bool "Pinned Kernel TLBs (860 ONLY)" | 697 | bool "Pinned Kernel TLBs (860 ONLY)" |
714 | depends on ADVANCED_OPTIONS && 8xx | 698 | depends on ADVANCED_OPTIONS && 8xx |