|
@@ -220,8 +220,9 @@ config NEED_MACH_MEMORY_H
|
|
|
be avoided when possible.
|
|
be avoided when possible.
|
|
|
|
|
|
|
|
config PHYS_OFFSET
|
|
config PHYS_OFFSET
|
|
|
- hex "Physical address of main memory"
|
|
|
|
|
|
|
+ hex "Physical address of main memory" if MMU
|
|
|
depends on !ARM_PATCH_PHYS_VIRT && !NEED_MACH_MEMORY_H
|
|
depends on !ARM_PATCH_PHYS_VIRT && !NEED_MACH_MEMORY_H
|
|
|
|
|
+ default DRAM_BASE if !MMU
|
|
|
help
|
|
help
|
|
|
Please provide the physical address corresponding to the
|
|
Please provide the physical address corresponding to the
|
|
|
location of main memory in your system.
|
|
location of main memory in your system.
|