]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Blackfin arch: update BOOT_LOAD
authorMike Frysinger <michael.frysinger@analog.com>
Sun, 5 Aug 2007 06:06:16 +0000 (14:06 +0800)
committerBryan Wu <bryan.wu@analog.com>
Sun, 5 Aug 2007 06:06:16 +0000 (14:06 +0800)
update BOOT_LOAD help to reflect current state of the first 4k of
our address space as well as add a memory range option to prevent
invalid values

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/Kconfig

index 17f9469201590f1617fcd6661ed14b6bde24afc8..cdce8cc5b7b32bd3bc15e3b09b59fb0c7a879b65 100644 (file)
@@ -476,15 +476,16 @@ config ENET_FLASH_PIN
 config BOOT_LOAD
        hex "Kernel load address for booting"
        default "0x1000"
+       range 0x1000 0x20000000
        help
          This option allows you to set the load address of the kernel.
          This can be useful if you are on a board which has a small amount
          of memory or you wish to reserve some memory at the beginning of
          the address space.
 
-         Note that you generally want to keep this value at or above 4k
-         (0x1000) as this will allow the kernel to capture NULL pointer
-         references.
+         Note that you need to keep this value above 4k (0x1000) as this
+         memory region is used to capture NULL pointer references as well
+         as some core kernel functions.
 
 comment "LED Status Indicators"
        depends on (BFIN533_STAMP || BFIN533_BLUETECHNIX_CM)