diff options
author | Joel A Fernandes <agnel.joel@gmail.com> | 2011-09-03 23:24:41 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-04 11:36:20 +0200 |
commit | e682930867f7dfc4a01784fe452fad9e962d65a9 (patch) | |
tree | ec915591d170162fd11d09a380d1bf67c5e08806 /include/configs | |
parent | ec556ffccd5ba0902123a0c412b9d17576d4333d (diff) | |
download | u-boot-imx-e682930867f7dfc4a01784fe452fad9e962d65a9.zip u-boot-imx-e682930867f7dfc4a01784fe452fad9e962d65a9.tar.gz u-boot-imx-e682930867f7dfc4a01784fe452fad9e962d65a9.tar.bz2 |
BeagleBoard: config: use uImage.beagle for tftp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Joel A Fernandes <agnel.joel@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_beagle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 03a3084..223621d 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -200,6 +200,7 @@ "loadaddr=0x82000000\0" \ "usbtty=cdc_acm\0" \ "usbethaddr=de:ad:be:ef\0" \ + "bootfile=uImage.beagle\0" \ "console=ttyS2,115200n8\0" \ "mpurate=auto\0" \ "buddy=none "\ |