summaryrefslogtreecommitdiff
path: root/include/configs/mx28_evk.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-08-12 12:49:30 +0800
committerTerry Lv <r65388@freescale.com>2011-09-01 11:45:02 +0800
commit3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab (patch)
tree128e5e002100b3437aef66c31791cdd639e09fc3 /include/configs/mx28_evk.h
parenta9cced4ea28c4fda8550745bb10bebc7a93df408 (diff)
downloadu-boot-imx-3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab.zip
u-boot-imx-3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab.tar.gz
u-boot-imx-3d7fa1dc1c9ea7e03abc89d7b1b2193305564fab.tar.bz2
ENGR00154666-1: Align u-boot mmc command with community
Modifications on config files. 1. Remove CONFIG_BOOT_PARTITION_ACCESS. 2. Change all mmc read command in default env configs. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx28_evk.h')
-rw-r--r--include/configs/mx28_evk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/mx28_evk.h b/include/configs/mx28_evk.h
index 557c24d..feab354 100644
--- a/include/configs/mx28_evk.h
+++ b/include/configs/mx28_evk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -84,7 +84,8 @@
"bootargs_mmc=setenv bootargs ${bootargs} root=/dev/mmcblk0p3 " \
"rw rootwait ip=dhcp fec_mac=${ethaddr}\0" \
"bootcmd_mmc=run bootargs_mmc; " \
- "mmc read 0 ${loadaddr} 100 3000; bootm\0" \
+ "mmc dev 0" \
+ "mmc read ${loadaddr} 100 3000; bootm\0" \
/*
* U-Boot Commands