aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/guruplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/guruplug.h')
-rw-r--r--include/configs/guruplug.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/guruplug.h b/include/configs/guruplug.h
index 8de888fe7e0..e51f3f2483f 100644
--- a/include/configs/guruplug.h
+++ b/include/configs/guruplug.h
@@ -40,15 +40,6 @@
/*
* Default environment variables
*/
-#define CONFIG_BOOTCOMMAND \
- "setenv bootargs ${console} ${mtdparts} ${bootargs_root}; " \
- "ubi part root; " \
- "ubifsmount ubi:rootfs; " \
- "ubifsload 0x800000 ${kernel}; " \
- "ubifsload 0x700000 ${fdt}; " \
- "ubifsumount; " \
- "fdt addr 0x700000; fdt resize; fdt chosen; " \
- "bootz 0x800000 - 0x700000"
#define CONFIG_EXTRA_ENV_SETTINGS \
"console=console=ttyS0,115200\0" \