"nand read 0x2000000 0x620000 ${ramdisk_size} && " \
"bootm 0x3000000 0x2000000 0x2A00000\0" \
"jtagboot=echo TFTPing Linux to RAM... && " \
- "tftp 0x3000000 ${kernel_image} && " \
- "tftp 0x2A00000 ${devicetree_image} && " \
- "tftp 0x2000000 ${ramdisk_image} && " \
+ "tftpboot 0x3000000 ${kernel_image} && " \
+ "tftpboot 0x2A00000 ${devicetree_image} && " \
+ "tftpboot 0x2000000 ${ramdisk_image} && " \
"bootm 0x3000000 0x2000000 0x2A00000\0" \
"rsa_norboot=echo Copying Image from NOR flash to RAM... && " \
"cp.b 0xE2100000 0x100000 ${boot_size} && " \
"zynqrsa 0x100000 && " \
"bootm 0x3000000 0x2000000 0x2A00000\0" \
"rsa_jtagboot=echo TFTPing Image to RAM... && " \
- "tftp 0x100000 ${boot_image} && " \
+ "tftpboot 0x100000 ${boot_image} && " \
"zynqrsa 0x100000 && " \
"bootm 0x3000000 0x2000000 0x2A00000\0"