Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113750
b: refs/heads/master
c: 7eb2c23
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Oct 8, 2008
1 parent 1398a08 commit 72f42ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b04f271fe49bb7adb061de454d383c027a18de0
refs/heads/master: 7eb2c23f602ab35c5f4227bc87945a3c78a14150
18 changes: 8 additions & 10 deletions trunk/arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,6 @@ config SCLK_DIV
This can be between 1 and 15
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
prompt "DDR SDRAM Chip Type"
depends on BFIN_KERNEL_CLOCK
Expand All @@ -396,6 +388,14 @@ config MEM_MT46V32M16_5B
bool "MT46V32M16_5B"
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
#
Expand Down Expand Up @@ -462,8 +462,6 @@ config CYCLES_CLOCKSOURCE

source kernel/time/Kconfig

comment "Memory Setup"

comment "Misc"

choice
Expand Down

0 comments on commit 72f42ec

Please sign in to comment.