]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/asm-microblaze/global_data.h
Allow console input to be disabled
authorMark Jackson <mpfj@mimc.co.uk>
Mon, 25 Aug 2008 18:21:30 +0000 (19:21 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 6 Sep 2008 20:36:54 +0000 (22:36 +0200)
commitf5c3ba79788b0e39baab7026d374fe375dd1a43f
tree35d2f149ce9d4dd63eb2eb3fc38e457b4aced883
parent2b22d608f370565c87f55928b524207031419c11
Allow console input to be disabled

Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.

When CONFIG_DISABLE_CONSOLE is defined, setting
GD_FLG_DISABLE_CONSOLE disables all console input and output.

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
13 files changed:
common/console.c
include/asm-arm/global_data.h
include/asm-avr32/global_data.h
include/asm-blackfin/global_data.h
include/asm-i386/global_data.h
include/asm-m68k/global_data.h
include/asm-microblaze/global_data.h
include/asm-mips/global_data.h
include/asm-nios/global_data.h
include/asm-nios2/global_data.h
include/asm-ppc/global_data.h
include/asm-sh/global_data.h
include/asm-sparc/global_data.h