diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-14 15:07:02 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-14 15:07:02 +0000 |
commit | d3e377a520d6ad5997f2ef7c8fc1b823d6d0e7f2 (patch) | |
tree | cb5ec5325af2c2f368b9b4e7ef4e4a32467b352a /util/newconfig/test.config | |
parent | f7092040fd4aba081aad75116c2b9594149d5c66 (diff) | |
download | coreboot-d3e377a520d6ad5997f2ef7c8fc1b823d6d0e7f2.tar.xz |
new config tool
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@878 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/newconfig/test.config')
-rw-r--r-- | util/newconfig/test.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/newconfig/test.config b/util/newconfig/test.config new file mode 100644 index 0000000000..c492f200fa --- /dev/null +++ b/util/newconfig/test.config @@ -0,0 +1,6 @@ +target x +mainboard amd/solo +# option X=1 +# makerule x y "z" + payload /dev/null +end |