summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:13:39 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:15:11 +0300
commitd4c8dd1e6f7ca7740acd20eb3c97e051be94c375 (patch)
treea334345ccfdb29f80737a093f9b8fb788fd75453 /doc/usage
parent62350c72d4bb4142e17bc594715456fa472d6b14 (diff)
downloadu-boot-d4c8dd1e6f7ca7740acd20eb3c97e051be94c375.tar.xz
global: Migrate CONFIG_RAMDISK_ADDR to CFG
Perform a simple rename of CONFIG_RAMDISK_ADDR to CFG_RAMDISK_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/cmd/qfw.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/qfw.rst b/doc/usage/cmd/qfw.rst
index b3704b92d6..cc0e27c277 100644
--- a/doc/usage/cmd/qfw.rst
+++ b/doc/usage/cmd/qfw.rst
@@ -31,7 +31,7 @@ kernel_addr
initrd_addr
address to which the file specified by the -initrd parameter of QEMU shall
be loaded. Defaults to environment variable *ramdiskaddr* and further to
- the value of *CONFIG_RAMDISK_ADDR*.
+ the value of *CFG_RAMDISK_ADDR*.
Examples
--------