I made a mistake.
Before the operation downloading U-boot via UART Downloader, I changed U-boot option like this:
--------------------------------------------
setenv get_kernel run nand_kernel
setenv get_initrd run nand_initrd
setenv bootcmd run boot_fs
saveenv
--------------------------------------------
As a result, i can't get a U-boot prompt when finishing download.
The Linux kernel became to auto booting every time.
How can i restore the U-boot prompt?
Thank you in advance.