diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-15 14:59:46 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-17 09:17:26 -0500 |
commit | 16ada4f66ffea53662b7a61a5222cbc825d67175 (patch) | |
tree | 172ee79aaa64c7c57fe3a882257b143dd679274a /include/configs | |
parent | ac41c7a0e76fe6384949571373dc84a6098965ac (diff) | |
download | u-boot-imx-16ada4f66ffea53662b7a61a5222cbc825d67175.zip u-boot-imx-16ada4f66ffea53662b7a61a5222cbc825d67175.tar.gz u-boot-imx-16ada4f66ffea53662b7a61a5222cbc825d67175.tar.bz2 |
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 <vapier@gentoo.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/bfin_adi_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index 3fc0fa0..42f4cbc 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 |