summaryrefslogtreecommitdiff
path: root/doc/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:36 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commite52fca2236153341c495bff3c5631fcced291ffe (patch)
treedf8d823706fd61f627664aca7d10a58399254bf2 /doc/arch
parent829e9d223657f5779668bb7a46e902a85e09b664 (diff)
downloadu-boot-e52fca2236153341c495bff3c5631fcced291ffe.tar.xz
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>
Diffstat (limited to 'doc/arch')
-rw-r--r--doc/arch/m68k.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst
index 770327fea2..a9180fd785 100644
--- a/doc/arch/m68k.rst
+++ b/doc/arch/m68k.rst
@@ -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