From 206baf5d1d8eb19312c0c8216e6722a63548573d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 1 Nov 2011 12:21:07 +0100 Subject: [PATCH 2/4] am335x_evm: boot kernel from /boot in ext2/3 filesystem Signed-off-by: Koen Kooi --- include/configs/am335x_evm.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 93b3161..9bbfe3b 100755 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -74,7 +74,8 @@ "loadbootenv=fatload mmc ${mmc_dev} ${loadaddr} ${bootenv}\0" \ "importbootenv=echo Importing environment from mmc ...; " \ "env import -t $loadaddr $filesize\0" \ - "mmc_load_uimage=fatload mmc ${mmc_dev} ${loadaddr} ${bootfile}\0" \ + "mmc_load_uimage_fat=fatload mmc ${mmc_dev} ${loadaddr} ${bootfile}\0" \ + "mmc_load_uimage=ext2load mmc 0:2 ${loadaddr} /boot/${bootfile}\0" \ "optargs=\0" \ "bootargs_defaults=setenv bootargs " \ "console=${console} " \ -- 1.7.2.5