3050micro: don't set static option table
Again, I'm adapting the config to be as close to the coreboot one as possible. I compiled directly from coreboot earlier, and got SeaBIOS to work on my 3050. I'm matching the setup as closely as possible. Once it works, I can use that in a Libreboot release but then debug why the old config wasn't working. Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
d1743d1f64
commit
237fa1e3c1
|
@ -16,9 +16,8 @@ CONFIG_COMPILER_GCC=y
|
||||||
# CONFIG_IWYU is not set
|
# CONFIG_IWYU is not set
|
||||||
# CONFIG_FMD_GENPARSER is not set
|
# CONFIG_FMD_GENPARSER is not set
|
||||||
# CONFIG_UTIL_GENPARSER is not set
|
# CONFIG_UTIL_GENPARSER is not set
|
||||||
# CONFIG_OPTION_BACKEND_NONE is not set
|
CONFIG_OPTION_BACKEND_NONE=y
|
||||||
CONFIG_USE_OPTION_TABLE=y
|
# CONFIG_USE_OPTION_TABLE is not set
|
||||||
CONFIG_STATIC_OPTION_TABLE=y
|
|
||||||
CONFIG_COMPRESS_RAMSTAGE_LZMA=y
|
CONFIG_COMPRESS_RAMSTAGE_LZMA=y
|
||||||
# CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set
|
# CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set
|
||||||
CONFIG_SEPARATE_ROMSTAGE=y
|
CONFIG_SEPARATE_ROMSTAGE=y
|
||||||
|
|
|
@ -16,9 +16,8 @@ CONFIG_COMPILER_GCC=y
|
||||||
# CONFIG_IWYU is not set
|
# CONFIG_IWYU is not set
|
||||||
# CONFIG_FMD_GENPARSER is not set
|
# CONFIG_FMD_GENPARSER is not set
|
||||||
# CONFIG_UTIL_GENPARSER is not set
|
# CONFIG_UTIL_GENPARSER is not set
|
||||||
# CONFIG_OPTION_BACKEND_NONE is not set
|
CONFIG_OPTION_BACKEND_NONE=y
|
||||||
CONFIG_USE_OPTION_TABLE=y
|
# CONFIG_USE_OPTION_TABLE is not set
|
||||||
CONFIG_STATIC_OPTION_TABLE=y
|
|
||||||
CONFIG_COMPRESS_RAMSTAGE_LZMA=y
|
CONFIG_COMPRESS_RAMSTAGE_LZMA=y
|
||||||
# CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set
|
# CONFIG_COMPRESS_RAMSTAGE_LZ4 is not set
|
||||||
CONFIG_SEPARATE_ROMSTAGE=y
|
CONFIG_SEPARATE_ROMSTAGE=y
|
||||||
|
|
Loading…
Reference in New Issue