From 73b99ed96be527c482e63f8d0aac4e6188b1f7e0 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 2 Feb 2015 12:30:45 +0100 Subject: colibri_vf: update default config 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. --- include/configs/colibri_vf.h | 6 +++--- 1 file 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 */ -- cgit v1.2.3