]> git.sur5r.net Git - u-boot/commitdiff
[new uImage] Fix *.its files location in documentation
authorBartlomiej Sieka <tur@semihalf.com>
Thu, 20 Mar 2008 22:10:19 +0000 (23:10 +0100)
committerBartlomiej Sieka <tur@semihalf.com>
Thu, 20 Mar 2008 22:10:19 +0000 (23:10 +0100)
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
doc/uImage.FIT/howto.txt
doc/uImage.FIT/source_file_format.txt

index 35ab97d32e8212e00d10842d3eb80bcc74ea9d56..4ae5303b342abe91e28d09a805773d047a3e494b 100644 (file)
@@ -49,10 +49,11 @@ Consider a simple scenario, where a PPC Linux kernel built from sources on the
 development host is to be booted old-style (non-FDT) by U-Boot on an embedded
 target. Assume that the outcome of the build is vmlinux.bin.gz, a file which
 contains a gzip-compressed PPC Linux kernel (the only data file in this case).
-The uImage can be produced using the image source file examples/kernel.its
-(note that kernel.its assumes that vmlinux.bin.gz is in the current working
-directory; if desired, an alternative path can be specified in the kernel.its
-file). Here's how to create the image and inspect its contents:
+The uImage can be produced using the image source file
+doc/uImage.FIT/kernel.its (note that kernel.its assumes that vmlinux.bin.gz is
+in the current working directory; if desired, an alternative path can be
+specified in the kernel.its file). Here's how to create the image and inspect
+its contents:
 
 [on the host system]
 $ mkimage -f kernel.its kernel.itb
@@ -159,10 +160,10 @@ Example 2 -- new-style (FDT) kernel booting
 Consider another simple scenario, where a PPC Linux kernel is to be booted
 new-style, i.e., with a FDT blob. In this case there are two prerequisite data
 files: vmlinux.bin.gz (Linux kernel) and target.dtb (FDT blob). The uImage can
-be produced using image source file examples/kernel_fdt.its like this (note
-again, that both prerequisite data files are assumed to be present in the
-current working directory -- image source file kernel_fdt.its can be modified
-to take the files from some other location if needed):
+be produced using image source file doc/uImage.FIT/kernel_fdt.its like this
+(note again, that both prerequisite data files are assumed to be present in
+the current working directory -- image source file kernel_fdt.its can be
+modified to take the files from some other location if needed):
 
 [on the host system]
 $ mkimage -f kernel_fdt.its kernel_fdt.itb
@@ -292,5 +293,5 @@ Bytes transferred = 1109776 (10ef10 hex)
 Example 3 -- advanced booting
 -----------------------------
 
-Refer to examples/multi.its for an image source file that allows more
+Refer to doc/uImage.FIT/multi.its for an image source file that allows more
 sophisticated booting scenarios (multiple kernels, ramdisks and fdt blobs).
index 3f7104f9585ad9312f9a30e0fefcb9e5787e72c7..1d7545811b506cdfb0bcd0cee4ceb172bafbb500 100644 (file)
@@ -259,4 +259,4 @@ not* be specified in a configuration node.
 8) Examples
 -----------
 
-Please see examples/*.its for actual image source files.
+Please see doc/uImage.FIT/*.its for actual image source files.