diff options
Diffstat (limited to 'include/configs/vf610twr.h')
-rw-r--r-- | include/configs/vf610twr.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 6ec39a063d7..c42db3686f6 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -127,18 +127,6 @@ "bootz; " \ "fi;\0" -#define CONFIG_BOOTCOMMAND \ - "mmc dev ${mmcdev}; if mmc rescan; then " \ - "if run loadbootscript; then " \ - "run bootscript; " \ - "else " \ - "if run loadimage; then " \ - "run mmcboot; " \ - "else run netboot; " \ - "fi; " \ - "fi; " \ - "else run netboot; fi" - /* Miscellaneous configurable options */ /* Physical memory map */ |