diff options
author | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:55:54 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-01-21 05:55:54 +0000 |
commit | c6d243af93794f868b8e518c92edc3fd5e0a69ba (patch) | |
tree | a2639052520315cf820cb1a36b607bd85dad40ea /config/u-boot | |
parent | 9877eb09684332e4cc2843f6f47af0276143b8e1 (diff) |
u-boot: don't define xarch in default
it's only needed for each board
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot')
-rw-r--r-- | config/u-boot/default/target.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/u-boot/default/target.cfg b/config/u-boot/default/target.cfg index fdd04865..cdbb5216 100644 --- a/config/u-boot/default/target.cfg +++ b/config/u-boot/default/target.cfg @@ -1,3 +1,2 @@ tree="default" rev="4459ed60cb1e0562bc5b40405e2b4b9bbf766d57" # v2023.10 -xarch="aarch64-elf arm-eabi" |