diff options
| author | Fabio Estevam <[email protected]> | 2013-04-01 16:03:36 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2013-04-03 11:40:44 +0200 |
| commit | 69089245c27eeabfce5736bded168938ecf51739 (patch) | |
| tree | 956bc86dc99fcf11b844117103d02d140de96614 /include | |
| parent | 38e70077253a6ac55cee276be72fb4e6844042cd (diff) | |
wandboard: Remove duplicate 'mmc dev'
No need to call 'mmc dev' twice.
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Otavio Salvador <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index c4fb70437e0..00c656ea611 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -150,7 +150,6 @@ "fi;\0" #define CONFIG_BOOTCOMMAND \ - "mmc dev ${mmcdev};" \ "mmc dev ${mmcdev}; if mmc rescan; then " \ "if run loadbootscript; then " \ "run bootscript; " \ |
