aboutsummaryrefslogtreecommitdiff
path: root/doc/README.gpt
diff options
context:
space:
mode:
authorDario Binacchi <dario.binacchi@amarulasolutions.com>2023-01-09 12:52:40 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-01-20 16:38:52 +0100
commit5ef229a007b19caa03228531ef32ac4cd5f25239 (patch)
tree0011acf98b30b39d162975620f93cfc3bd438157 /doc/README.gpt
parentb1315ad33391e83736907265db3b3b15682c0109 (diff)
downloadu-boot-5ef229a007b19caa03228531ef32ac4cd5f25239.zip
u-boot-5ef229a007b19caa03228531ef32ac4cd5f25239.tar.gz
u-boot-5ef229a007b19caa03228531ef32ac4cd5f25239.tar.bz2
doc: fix references to distro documentation
Commit 37c5195dfcd157 ("doc: Move distro boot doc to rST") renamed doc/README.distro to doc/develop/distro.rst. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Soeren Moch <smoch@web.de> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'doc/README.gpt')
-rw-r--r--doc/README.gpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.gpt b/doc/README.gpt
index cc2a1b7..386ac2e 100644
--- a/doc/README.gpt
+++ b/doc/README.gpt
@@ -177,7 +177,7 @@ To restore GUID partition table one needs to:
"name=u-boot,size=60MiB;name=boot,size=60Mib,bootable;name=rootfs,size=0"
It can be used to locate bootable disks with command
"part list <interface> <dev> -bootable <varname>",
- please check out doc/README.distro for use.
+ please check out doc/develop/distro.rst for use.
2. Define 'CONFIG_EFI_PARTITION' and 'CONFIG_CMD_GPT'