Convert CONFIG_MONITOR_IS_IN_RAM to Kconfig
This converts the following to Kconfig: CONFIG_MONITOR_IS_IN_RAM As part of this, reword some of the documentation slightly to reflect that this is in Kconfig and not a define now. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -93,10 +93,10 @@ Configuration to use a pre-loader
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
If U-Boot should be loaded to RAM and started by a pre-loader
|
||||
CONFIG_MONITOR_IS_IN_RAM must be defined. If it is defined the
|
||||
CONFIG_MONITOR_IS_IN_RAM must be enabled. If it is enabled the
|
||||
initial vector table and basic processor initialization will not
|
||||
be compiled in. The start address of U-Boot must be adjusted in
|
||||
the boards config header file (CONFIG_SYS_MONITOR_BASE) and Makefile
|
||||
the boards defconfig file (CONFIG_SYS_MONITOR_BASE) and Makefile
|
||||
(CONFIG_TEXT_BASE) to the load address.
|
||||
|
||||
ColdFire CPU specific options/settings
|
||||
|
||||
Reference in New Issue
Block a user