summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-02-02 12:30:45 +0100
committerStefan Agner <stefan.agner@toradex.com>2015-02-02 15:41:39 +0100
commit73b99ed96be527c482e63f8d0aac4e6188b1f7e0 (patch)
tree42c487f1a09c29f7de9e6acd21e16b722a07ace7
parent9c7f4d9adf6de5133c11a38e251c573200ebe130 (diff)
Add consoleblank=0 to disable console blanking by default. To use initramfs without the need of creating a U-Boot image using mkimage, enable CONFIG_SUPPORT_RAW_INITRD too.
-rw-r--r--include/configs/colibri_vf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 6cb1c9a1fa..feea159d5a 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -172,7 +172,7 @@
"fdt_board=eval-v3\0" \
"defargs=\0" \
"console=ttyLP0\0" \
- "setup=setenv setupargs fec_mac=${ethaddr} " \
+ "setup=setenv setupargs fec_mac=${ethaddr} consoleblank=0 " \
"console=tty1 console=${console},${baudrate}n8 ${memargs}\0" \
"setsdupdate=mmc rescan && set interface mmc && " \
"fatload ${interface} 0:1 ${loadaddr} flash_blk.img && " \
@@ -244,6 +244,8 @@
#define CONFIG_OF_LIBFDT
#define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
+#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#define CONFIG_SYS_NO_FLASH
@@ -283,6 +285,4 @@
#define CONFIG_USB_GADGET_MASS_STORAGE
#define CONFIG_CMD_USB_MASS_STORAGE
-#define CONFIG_SYS_THUMB_BUILD
-
#endif /* __CONFIG_H */