diff mbox

[U-Boot,04/13] BeagleBoard: config: use uImage.beagle for tftp

Message ID 1313462834-4008-4-git-send-email-agnel.joel@gmail.com
State Awaiting Upstream
Delegated to: Sandeep Paulraj
Headers show

Commit Message

Joel Fernandes Aug. 16, 2011, 2:47 a.m. UTC
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
---
 include/configs/omap3_beagle.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 78d0aa2..263e478 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -201,6 +201,7 @@ 
 	"loadaddr=0x82000000\0" \
 	"usbtty=cdc_acm\0" \
 	"usbethaddr=de:ad:be:ef\0" \
+	"bootfile=uImage.beagle\0" \
 	"console=ttyO2,115200n8\0" \
 	"mpurate=auto\0" \
 	"buddy=none "\