Revert "rk29: Kconfig: support 1G memory"
author黄涛 <huangtao@rock-chips.com>
Wed, 13 Jul 2011 06:13:21 +0000 (14:13 +0800)
committer黄涛 <huangtao@rock-chips.com>
Wed, 13 Jul 2011 06:29:52 +0000 (14:29 +0800)
This reverts commit d11238ad51fd172858986b3c264176efb23295c5.

arch/arm/mach-rk29/Kconfig

index 43551408017bbba024b06701f4e0ee5d56423fe1..6f1ceb62a229f11748183515d438da4437f22b98 100755 (executable)
@@ -142,28 +142,9 @@ config DDR_TYPE_DDR3_DEFAULT
 
 endchoice
 
-choice RK29_MEM_SIZE
-       prompt "DDR Memory Size"
-       default RK29_MEM_SIZE_512M
-       help
-         Select High Memory Support (from Kernel Features) for 1G memory.
-         Deselect High Memory Support for 512MB memory.
-
-config RK29_MEM_SIZE_512M
-       bool "512MB"
-       depends on !HIGHMEM
-
-config RK29_MEM_SIZE_1G
-       bool "1GB"
-       depends on HIGHMEM
-       select ZONE_DMA
-
-endchoice
-
 config RK29_MEM_SIZE_M
-       int
-       default 512 if RK29_MEM_SIZE_512M
-       default 1024 if RK29_MEM_SIZE_1G
+       int "DDR Memory size (in MB)"
+       default 512
 
 config DDR_SDRAM_FREQ
        int "DDR SDRAM frequence (in MHz)"