diff options
author | Masahiro Yamada | 2016-03-23 01:40:03 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-03-24 01:45:41 +0900 |
commit | 95a2d438c905e78b061768f5339abc9193675df4 (patch) | |
tree | 0f9594f1871b84f1b88c503cab3636d4ab0c8dfa /doc | |
parent | d5cf32977f0068c046687e3ff944c5e637b4bfa0 (diff) |
ARM: uniphier: fix README instruction for updating U-Boot via TFTP
Commit 3cb9abc9c512 ("ARM: uniphier: update U-Boot file names in
workflow") missed to update these two sentences. Fix them now.
Replace u-boot-spl-dtb.bin and u-boot-dtb.img with u-boot-spl.bin
and u-boot.img, respectively.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.uniphier | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README.uniphier b/doc/README.uniphier index 8d043be2723..47863a4af2c 100644 --- a/doc/README.uniphier +++ b/doc/README.uniphier @@ -80,8 +80,8 @@ Write two files to the NAND device as follows: - u-boot.img at the offset address 0x00010000 If a TFTP server is available, the images can be easily updated. -Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public -directory, and then run the following command at the U-Boot command line: +Just copy the u-boot-spl.bin and u-boot.img to the TFTP public directory, +and then run the following command at the U-Boot command line: => run nandupdate @@ -94,8 +94,8 @@ Write two files to the Boot partition 1 of the eMMC device as follows: - u-boot.img at the offset address 0x00010000 If a TFTP server is available, the images can be easily updated. -Just copy the u-boot-spl-dtb.bin and u-boot-dtb.img to the TFTP public -directory, and then run the following command at the U-Boot command line: +Just copy the u-boot-spl.bin and u-boot.img to the TFTP public directory, +and then run the following command at the U-Boot command line: => run emmcupdate |