sunxi: update Bananapi profile to the new u-boot

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 42423
This commit is contained in:
Zoltan Herpai 2014-09-06 15:23:30 +00:00
parent 14cf28b284
commit 6833e90f0c

View file

@ -5,14 +5,14 @@
# See /LICENSE for more information.
#
define Profile/bananaPi
NAME:=bananaPi
define Profile/Bananapi
NAME:=Bananapi
PACKAGES:=\
uboot-sunxi-bananapi kmod-rtc-sunxi
uboot-sunxi-Bananapi kmod-rtc-sunxi
endef
define Profile/bananaPi/Description
Package set optimized for the bananaPi
define Profile/Bananapi/Description
Package set optimized for the Bananapi
endef
$(eval $(call Profile,bananaPi))
$(eval $(call Profile,Bananapi))