From: Mike Frysinger Date: Thu, 15 Oct 2009 18:59:46 +0000 (-0400) Subject: Blackfin: ADI settings: enable silent console support X-Git-Tag: v2010.03-rc1~152^2~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=16ada4f66ffea53662b7a61a5222cbc825d67175;p=u-boot Blackfin: ADI settings: enable silent console support Very little additional code overhead, and only works when the user sets an env var ahead of time, so default to on makes sense. Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 3fc0fa0be3..42f4cbcfdd 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -96,6 +96,7 @@ #define CONFIG_AUTO_COMPLETE 1 #define CONFIG_LOADS_ECHO 1 #define CONFIG_JTAG_CONSOLE +#define CONFIG_SILENT_CONSOLE #ifndef CONFIG_BAUDRATE # define CONFIG_BAUDRATE 57600 #endif