diff options
Diffstat (limited to 'config/u-boot/amd64coreboot/target.cfg')
-rw-r--r-- | config/u-boot/amd64coreboot/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/u-boot/amd64coreboot/target.cfg b/config/u-boot/amd64coreboot/target.cfg index 8b89408e..d3415dc6 100644 --- a/config/u-boot/amd64coreboot/target.cfg +++ b/config/u-boot/amd64coreboot/target.cfg @@ -2,6 +2,6 @@ tree="x86_64" # test building with x86_64 hostcc by commenting these: -# xtree="default" # coreboot tree containing crossgcc +# xgcctree="default" # coreboot tree containing crossgcc # xarch="x86_64-elf" # or uncomment them to use crossgcc(buggy) |