From 98ec78b1f28627e6d09972e2b1237c2ef8f161d9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 4 May 2015 18:01:46 +0200 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 3fcf2f8ece..95e17069ae 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -118,7 +118,6 @@ #define CONFIG_RBTREE #define CONFIG_LZO #define CONFIG_CMD_FS_GENERIC -#define CONFIG_CMD_BOOTZ #define CONFIG_CMD_UBI #define CONFIG_MTD_UBI_FASTMAP #define CONFIG_CMD_UBIFS /* increases size by almost 60 KB */ @@ -191,7 +190,7 @@ "console=ttyLP0\0" \ "setup=setenv setupargs " \ "console=tty1 console=${console}" \ - ",${baudrate}n8 ${memargs}\0" \ + ",${baudrate}n8 ${memargs} consoleblank=0\0" \ "setsdupdate=mmc rescan && setenv interface mmc && " \ "fatload ${interface} 0:1 ${loadaddr} flash_blk.img && " \ "source ${loadaddr}\0" \ @@ -264,6 +263,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 -- cgit v1.2.3