提交 7eb2c23f 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: fix merge errors during 2.6.26 upgrade

Signed-off-by: NMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 5b04f271
...@@ -375,14 +375,6 @@ config SCLK_DIV ...@@ -375,14 +375,6 @@ config SCLK_DIV
This can be between 1 and 15 This can be between 1 and 15
System Clock = (PLL frequency) / (this setting) System Clock = (PLL frequency) / (this setting)
config MAX_MEM_SIZE
int "Max SDRAM Memory Size in MBytes"
depends on !MPU
default 512
help
This is the max memory size that the kernel will create CPLB
tables for. Your system will not be able to handle any more.
choice choice
prompt "DDR SDRAM Chip Type" prompt "DDR SDRAM Chip Type"
depends on BFIN_KERNEL_CLOCK depends on BFIN_KERNEL_CLOCK
...@@ -396,6 +388,14 @@ config MEM_MT46V32M16_5B ...@@ -396,6 +388,14 @@ config MEM_MT46V32M16_5B
bool "MT46V32M16_5B" bool "MT46V32M16_5B"
endchoice endchoice
config MAX_MEM_SIZE
int "Max SDRAM Memory Size in MBytes"
depends on !MPU
default 512
help
This is the max memory size that the kernel will create CPLB
tables for. Your system will not be able to handle any more.
# #
# Max & Min Speeds for various Chips # Max & Min Speeds for various Chips
# #
...@@ -462,8 +462,6 @@ config CYCLES_CLOCKSOURCE ...@@ -462,8 +462,6 @@ config CYCLES_CLOCKSOURCE
source kernel/time/Kconfig source kernel/time/Kconfig
comment "Memory Setup"
comment "Misc" comment "Misc"
choice choice
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册