diff options
author | Xiaotian Wu <wuxiaotian@loongson.cn> | 2023-02-03 07:16:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-04 17:02:10 +0000 |
commit | 0890c01d118de84d0d0b71a61f95ca98c6a5bea8 (patch) | |
tree | 96ad6ed4206b44d0e54de048e711d8365a55fc4a /meta/recipes-bsp | |
parent | a9eeffbf36031b6b28d2db92bfe7896b57ba2e52 (diff) | |
download | poky-0890c01d118de84d0d0b71a61f95ca98c6a5bea8.tar.gz |
uboot: add a loongarch64 entry
(From OE-Core rev: dca95206962a30a92297f943509be1d7b2d0b541)
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-tools.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u-boot/u-boot-tools.inc index 0bdbce725a..09b3c3f68c 100644 --- a/meta/recipes-bsp/u-boot/u-boot-tools.inc +++ b/meta/recipes-bsp/u-boot/u-boot-tools.inc | |||
@@ -24,6 +24,7 @@ SED_CONFIG_EFI:x86-64 = '' | |||
24 | SED_CONFIG_EFI:arm = '' | 24 | SED_CONFIG_EFI:arm = '' |
25 | SED_CONFIG_EFI:armeb = '' | 25 | SED_CONFIG_EFI:armeb = '' |
26 | SED_CONFIG_EFI:aarch64 = '' | 26 | SED_CONFIG_EFI:aarch64 = '' |
27 | SED_CONFIG_EFI:loongarch64 = '' | ||
27 | 28 | ||
28 | do_compile () { | 29 | do_compile () { |
29 | # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will | 30 | # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will |