diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:52:32 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:52:32 +0000 |
commit | 9877eb09684332e4cc2843f6f47af0276143b8e1 (patch) | |
tree | 40a69978d41d32b421a9127f7ac1d21e085ca62f /config/coreboot/coreboot413 | |
parent | e329b365db03cf77a5f0e3650aebb17e0c68e944 (diff) |
coreboot/*/target.cfg: don't define xarch
it's defined per board
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/coreboot/coreboot413')
-rw-r--r-- | config/coreboot/coreboot413/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/coreboot/coreboot413/target.cfg b/config/coreboot/coreboot413/target.cfg index 2d366a9e..5c2823e3 100644 --- a/config/coreboot/coreboot413/target.cfg +++ b/config/coreboot/coreboot413/target.cfg @@ -1,3 +1,2 @@ tree="coreboot413" rev="5c186c6777c9438ff4681929c9c25c98dee28bef" -xarch="i386-elf" |