diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-01-18 16:56:08 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-01-18 16:56:08 +0000 |
commit | 8bf446a16bc88447fb0d02b09fa872174d0917c6 (patch) | |
tree | 20fd189ed9d8afaa39b523391b97d767d7e424cf /package/boot/uboot-sunxi/Makefile | |
parent | 4d0d09be102bb75d34129e809d85e00489ed7121 (diff) | |
download | upstream-8bf446a16bc88447fb0d02b09fa872174d0917c6.tar.gz upstream-8bf446a16bc88447fb0d02b09fa872174d0917c6.tar.bz2 upstream-8bf446a16bc88447fb0d02b09fa872174d0917c6.zip |
packages: uboot-sunxi: re-add Olimex A13 SOM which went AWOL in u-boot trunk
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 44039
Diffstat (limited to 'package/boot/uboot-sunxi/Makefile')
-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 74dfe4421d..e4380ac74e 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -69,7 +69,7 @@ define uboot/Mele_M9 TITLE:=U-Boot for the Mele M9 (A31) endef -define uboot/OLIMEX-A13-SOM +define uboot/OLIMEX_A13_SOM TITLE:=U-Boot for the Olimex A13 SOM endef @@ -92,7 +92,7 @@ UBOOTS:= \ Cubieboard2 \ Cubietruck \ Mele_M9 \ - OLIMEX-A13-SOM \ + OLIMEX_A13_SOM \ Linksprite_pcDuino \ Linksprite_pcDuino3 \ |