|
@@ -568,7 +568,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|
"netdev=eth0\0" \
|
|
"netdev=eth0\0" \
|
|
"uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
|
|
"uboot=" MK_STR(CONFIG_UBOOTPATH) "\0" \
|
|
"loadaddr=1000000\0" \
|
|
"loadaddr=1000000\0" \
|
|
- "bootfile=uImage\0" \
|
|
|
|
"tftpflash=tftpboot $loadaddr $uboot; " \
|
|
"tftpflash=tftpboot $loadaddr $uboot; " \
|
|
"protect off " MK_STR(TEXT_BASE) " +$filesize; " \
|
|
"protect off " MK_STR(TEXT_BASE) " +$filesize; " \
|
|
"erase " MK_STR(TEXT_BASE) " +$filesize; " \
|
|
"erase " MK_STR(TEXT_BASE) " +$filesize; " \
|