-
- Downloads
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>
Showing
- common/console.c 20 additions, 0 deletionscommon/console.c
- include/asm-arm/global_data.h 1 addition, 0 deletionsinclude/asm-arm/global_data.h
- include/asm-avr32/global_data.h 1 addition, 0 deletionsinclude/asm-avr32/global_data.h
- include/asm-blackfin/global_data.h 1 addition, 0 deletionsinclude/asm-blackfin/global_data.h
- include/asm-i386/global_data.h 1 addition, 0 deletionsinclude/asm-i386/global_data.h
- include/asm-m68k/global_data.h 1 addition, 0 deletionsinclude/asm-m68k/global_data.h
- include/asm-microblaze/global_data.h 1 addition, 0 deletionsinclude/asm-microblaze/global_data.h
- include/asm-mips/global_data.h 1 addition, 0 deletionsinclude/asm-mips/global_data.h
- include/asm-nios/global_data.h 1 addition, 0 deletionsinclude/asm-nios/global_data.h
- include/asm-nios2/global_data.h 1 addition, 0 deletionsinclude/asm-nios2/global_data.h
- include/asm-ppc/global_data.h 1 addition, 0 deletionsinclude/asm-ppc/global_data.h
- include/asm-sh/global_data.h 1 addition, 0 deletionsinclude/asm-sh/global_data.h
- include/asm-sparc/global_data.h 1 addition, 0 deletionsinclude/asm-sparc/global_data.h
Loading
Please register or sign in to comment