diff options
| author | Koen Kooi <[email protected]> | 2011-06-17 09:33:03 +0200 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-09-04 11:36:20 +0200 |
| commit | e5549f0f8b34925e288445e2cb5dcc131a6b304f (patch) | |
| tree | 246597055b67e56d61ca01a1269bdfdaea52f3c2 /include | |
| parent | 3f16ab9102b45e80258821e503ea24d3598ada14 (diff) | |
BeagleBoard: config: load kernel from MMC ext, not FAT
Signed-off-by: Koen Kooi <[email protected]>
Signed-off-by: Joel A Fernandes <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap3_beagle.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index c87936498ed..e46f7fbcb31 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -230,7 +230,8 @@ "loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}\0" \ "importbootenv=echo Importing environment from mmc ...; " \ "env import -t $loadaddr $filesize\0" \ - "loaduimage=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \ + "loaduimagefat=fatload mmc ${mmcdev} ${loadaddr} uImage\0" \ + "loaduimage=ext2load mmc ${mmcdev}:2 ${loadaddr} /boot/uImage\0" \ "mmcboot=echo Booting from mmc ...; " \ "run mmcargs; " \ "bootm ${loadaddr}\0" \ |
