diff mbox series

[v1,5/5] uboot: loongarch64

Message ID 20230202080219.3465767-6-wuxiaotian@loongson.cn
State New
Headers show
Series Add support for LoongArch | expand

Commit Message

Xiaotian Wu Feb. 2, 2023, 8:02 a.m. UTC
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
---
 meta/recipes-bsp/u-boot/u-boot-tools.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

Alexander Kanavin Feb. 2, 2023, 12:14 p.m. UTC | #1
Please adjust the commit message: something like "uboot; add a
loongarch64 entry" would be better.

Alex

On Thu, 2 Feb 2023 at 09:02, Xiaotian Wu <wuxiaotian@loongson.cn> wrote:
>
> Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
> ---
>  meta/recipes-bsp/u-boot/u-boot-tools.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> 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 = ''
>  SED_CONFIG_EFI:arm = ''
>  SED_CONFIG_EFI:armeb = ''
>  SED_CONFIG_EFI:aarch64 = ''
> +SED_CONFIG_EFI:loongarch64 = ''
>
>  do_compile () {
>         # Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will
> --
> 2.39.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#176681): https://lists.openembedded.org/g/openembedded-core/message/176681
> Mute This Topic: https://lists.openembedded.org/mt/96696078/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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 = ''
 SED_CONFIG_EFI:arm = ''
 SED_CONFIG_EFI:armeb = ''
 SED_CONFIG_EFI:aarch64 = ''
+SED_CONFIG_EFI:loongarch64 = ''
 
 do_compile () {
 	# Yes, this is crazy. If you build on a system with git < 2.14 from scratch, the tree will