summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlagu Sankar <alagusankar@embwise.com>2012-06-27 14:57:31 +0530
committerRajashekhara, Sudhakar <sudhakar.raj@ti.com>2012-06-27 14:57:31 +0530
commit269d186ab8eb3ad22d4fa89b159d02c060b95be7 (patch)
tree2340320a1abaa05822d0cafb7a1878c6d26b36e2 /Makefile
parentc99eac11764a9ecda292982469f519e2083d31a5 (diff)
Davinci: Utility for MMC boot
This is a Linux command line tool specific to TI's Davinci platforms, for flashing UBL (User Boot Loader), u-boot and u-boot Environment in the MMC/SD card. This MMC/SD card can be used for booting Davinci platforms that supports MMC/SD boot option. This patch was submitted by Alagu Sankar (http://www.mail-archive.com/u-boot@lists.denx.de/msg32309.html), but couldn't make into mainline. Resubmitting the patch, with modifications to build with u-boot, Fixed compilation issues and fixed uflash.c to write u-boot properly. Signed-off-by: Alagu Sankar <alagusankar@embwise.com> Signed-off-by: Rajashekhara, Sudhakar <sudhakar.raj@ti.com> Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 023ea23a38b..05e860e98cb 100644
--- a/Makefile
+++ b/Makefile
@@ -719,7 +719,7 @@ clean:
@rm -f $(obj)examples/api/demo{,.bin}
@rm -f $(obj)tools/bmp_logo $(obj)tools/easylogo/easylogo \
$(obj)tools/env/{fw_printenv,fw_setenv} \
- $(obj)tools/envcrc \
+ $(obj)tools/envcrc $(obj)tools/uflash/uflash \
$(obj)tools/gdb/{astest,gdbcont,gdbsend} \
$(obj)tools/gen_eth_addr $(obj)tools/img2srec \
$(obj)tools/mk{env,}image $(obj)tools/mpc86x_clk \