diff options
| -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 8992c35dc..a5cd66d5d 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" \ |