Documentation update for KC705

Signed-off-by: Manjukumar Matha <[email protected]>
---
 docs/BOOT.tftp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/BOOT.tftp b/docs/BOOT.tftp
index f9704dc..5b6d338 100644
--- a/docs/BOOT.tftp
+++ b/docs/BOOT.tftp
@@ -20,10 +20,10 @@ Using the U-Boot console; load the Kernel, RootFS and the 
DTB into memory.
 And then boot Linux using the 'bootm' command. (Note the load addresses will
 be dependant on machine used)
 
-For MicroBlaze (kc705-trd-microblazeel):
+For MicroBlaze (kc705-microblazeel):
        U-Boot> tftpboot 0x85000000 linux.bin.ub
        U-Boot> tftpboot 0x86000000 core-image-minimal-<machine 
name>.cpio.gz.u-boot
-       U-Boot> tftpboot 0x84000000 linux.bin.ub-<machine name>.dtb
+       U-Boot> tftpboot 0x84000000 <machine name>.dtb
        U-Boot> bootm 0x85000000 0x86000000 0x84000000
 
 For Zynq:
-- 
2.1.4

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to