codekipper

[PATCH 2/2] uboot-sunxi: add support for Mele A1000

Mar 10th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. From 973937431cdcaf2f5345fdc9a13b0fc81eccbe62 Mon Sep 17 00:00:00 2001
  2. From: Marcus Cooper <codekipper@gmail.com>
  3. Date: Sat, 28 Feb 2015 16:14:08 +0100
  4. Subject: [PATCH 2/2] uboot-sunxi: add support for Mele A1000
  5.  
  6. Signed-off-by: Marcus Cooper <codekipper@gmail.com>
  7. ---
  8. package/boot/uboot-sunxi/Makefile | 5 +++++
  9. 1 file changed, 5 insertions(+)
  10.  
  11. diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile
  12. index 8844c89..aeb086f 100644
  13. --- a/package/boot/uboot-sunxi/Makefile
  14. +++ b/package/boot/uboot-sunxi/Makefile
  15. @@ -70,6 +70,10 @@ define uboot/Hummingbird_A31
  16. TITLE:=U-Boot for the Hummingbird A31 board
  17. endef
  18.  
  19. +define uboot/Mele_A1000
  20. + TITLE:=U-Boot for the Mele A1000/A2000
  21. +endef
  22. +
  23. define uboot/Mele_M9
  24. TITLE:=U-Boot for the Mele M9 (A31)
  25. endef
  26. @@ -105,6 +109,7 @@ UBOOTS:= \
  27. Cubieboard2 \
  28. Cubietruck \
  29. Hummingbird_A31 \
  30. + Mele_A1000 \
  31. Mele_M9 \
  32. OLIMEX_A13_SOM \
  33. Linksprite_pcDuino \
  34. --
  35. 2.7.2
Add Comment
Please, Sign In to add comment