diff options
author | Chukun Pan <amadeus@jmu.edu.cn> | 2022-10-10 23:08:27 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-17 20:55:47 +0100 |
commit | 53123b93b0a14deb43274c44ea473ea9b360acf3 (patch) | |
tree | b447af7be8c49b9e3925948c1b0fe18fb1f2391e /package | |
parent | 7bcf6b54fc819c26fc2cea32c464e87614cc2d26 (diff) | |
download | upstream-53123b93b0a14deb43274c44ea473ea9b360acf3.tar.gz upstream-53123b93b0a14deb43274c44ea473ea9b360acf3.tar.bz2 upstream-53123b93b0a14deb43274c44ea473ea9b360acf3.zip |
sunxi: fix board_name for MarsBoard A10
The compatible in the device tree is "haoyu,a10-marsboard",
modify the board_name to keep it consistent.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-sunxi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index 5c27407d15..75301d69be 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -116,8 +116,8 @@ endef define U-Boot/Marsboard_A10 BUILD_SUBTARGET:=cortexa8 - NAME:=Marsboard - BUILD_DEVICES:=marsboard_a10-marsboard + NAME:=HAOYU Marsboard A10 + BUILD_DEVICES:=haoyu_a10-marsboard endef define U-Boot/Mele_M9 |