omap3_beagle: replace uImage.beagle with generic uImage
e682930867
(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>
This commit is contained in:
parent
664979a2a9
commit
a33e3c79f3
@ -194,7 +194,7 @@
|
|||||||
"loadaddr=0x80200000\0" \
|
"loadaddr=0x80200000\0" \
|
||||||
"rdaddr=0x81000000\0" \
|
"rdaddr=0x81000000\0" \
|
||||||
"usbtty=cdc_acm\0" \
|
"usbtty=cdc_acm\0" \
|
||||||
"bootfile=uImage.beagle\0" \
|
"bootfile=uImage\0" \
|
||||||
"console=ttyO2,115200n8\0" \
|
"console=ttyO2,115200n8\0" \
|
||||||
"mpurate=auto\0" \
|
"mpurate=auto\0" \
|
||||||
"buddy=none\0" \
|
"buddy=none\0" \
|
||||||
|
Loading…
Reference in New Issue
Block a user