diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-05-21 10:02:52 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-05-21 10:02:52 +0000 |
commit | d385ed29b94af71dedeb5f44d72ad8dab43c4664 (patch) | |
tree | 6eea529dc55d67078ac9fc0fbf271189318c4a12 /payloads/libpayload/configs/defconfig | |
parent | 1e6f6929c1ee96b291ef17e8d801f376a5dbb0d2 (diff) | |
download | coreboot-d385ed29b94af71dedeb5f44d72ad8dab43c4664.tar.xz |
This change adds PPC support to libpayload, and hooks it up in the build
process.
The PPC support is still stubbed, with commented out x86 code as guide
line for an implementor.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4293 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/configs/defconfig')
-rw-r--r-- | payloads/libpayload/configs/defconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/payloads/libpayload/configs/defconfig b/payloads/libpayload/configs/defconfig index 738d6c80bc..03c15fc9d1 100644 --- a/payloads/libpayload/configs/defconfig +++ b/payloads/libpayload/configs/defconfig @@ -1,13 +1,14 @@ # # Automatically generated make config: don't edit -# libpayload version: 0.1.0 -# Thu Sep 25 16:03:40 2008 +# libpayload version: 0.2.0 +# Thu May 21 12:01:39 2009 # -CONFIG_TARGET_I386=y # # Architecture Options # +CONFIG_TARGET_I386=y +# CONFIG_TARGET_POWERPC is not set # CONFIG_MULTIBOOT is not set # |