add YABEL Debug Flag config variable

Signed-off-by: Pattrick Hueper <phueper@hueper.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>

git-svn-id: svn://coreboot.org/repository/coreboot-v3@1148 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Pattrick Hueper 2009-03-14 15:43:25 +00:00
parent 7b97aad41f
commit f8b3fed317

View file

@ -105,6 +105,12 @@ menu "Advanced YABEL Settings"
If YABEL_ADVANCED_SETTINGS is not enabled, the code defaults
to 0x1000000 (16 MB).
config YABEL_DEBUG_FLAGS
hex "YABEL Debug Flags"
default 0
help
Set YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h
endmenu
# TODO: This should probably become a CMOS option.