diff options
author | Nishanth Menon <nm@ti.com> | 2013-07-15 07:11:29 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-07-26 16:39:11 -0400 |
commit | a33e3c79f3723ec1693db7db732435ee46771eb1 (patch) | |
tree | 36742ad473a8d577d36fc5bbaf465d755b48a459 | |
parent | 664979a2a9f764b63b8094458b87247d254b0cc1 (diff) | |
download | u-boot-a33e3c79f3723ec1693db7db732435ee46771eb1.tar.gz u-boot-a33e3c79f3723ec1693db7db732435ee46771eb1.tar.xz u-boot-a33e3c79f3723ec1693db7db732435ee46771eb1.zip |
omap3_beagle: replace uImage.beagle with generic uImage
e682930867f7dfc4a01784fe452fad9e962d65a
(BeagleBoard: config: use uImage.beagle for tftp)
Introduced uImage.beagle which does not happen to be default output
file of Linux kernel build make uImage (output is uImage).
So, replace uImage.beagle with uImage
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | include/configs/omap3_beagle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 8992c35dc3..a5cd66d5dd 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -194,7 +194,7 @@ "loadaddr=0x80200000\0" \ "rdaddr=0x81000000\0" \ "usbtty=cdc_acm\0" \ - "bootfile=uImage.beagle\0" \ + "bootfile=uImage\0" \ "console=ttyO2,115200n8\0" \ "mpurate=auto\0" \ "buddy=none\0" \ |