diff options
author | Stefan Reinauer <stepan@coreboot.org> | 2010-12-30 17:39:50 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-12-30 17:39:50 +0000 |
commit | f1939bb29b15cb68e90c68ceda86d8d9ad20e746 (patch) | |
tree | a9bd473bf183e23d4ce3361424b0981afeb8a415 /util | |
parent | d7ce71d58f7dc2bdc9c0dd8eb7b804f0194071fa (diff) |
Per default, use SeaBIOS payload instead of no payload.
Add choice to use stable or master version of seabios repository
Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6223 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rwxr-xr-x | util/abuild/abuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/abuild/abuild b/util/abuild/abuild index b44447bec4..365bacd2e7 100755 --- a/util/abuild/abuild +++ b/util/abuild/abuild @@ -175,6 +175,7 @@ function create_config echo "CONFIG_CBFS_PREFIX=\"$cbfs_prefix\"" >> ${build_dir}/config.build if [ "$PAYLOAD" != "/dev/null" ]; then echo "# CONFIG_PAYLOAD_NONE is not set" >> ${build_dir}/config.build + echo "# CONFIG_PAYLOAD_SEABIOS is not set" >> ${build_dir}/config.build echo "CONFIG_PAYLOAD_ELF=y" >> ${build_dir}/config.build echo "CONFIG_PAYLOAD_FILE=\"$PAYLOAD\"" >> ${build_dir}/config.build fi |