uboot-lantiq: add packages for Lantiq EASY80920
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> SVN-Revision: 40484
This commit is contained in:
parent
de21f63d4a
commit
b949a631fe
1 changed files with 26 additions and 1 deletions
|
@ -80,11 +80,36 @@ define uboot/easy50712_norspl
|
|||
IMAGE:=u-boot.ltq.lzo.norspl
|
||||
endef
|
||||
|
||||
define uboot/easy80920_ram
|
||||
TITLE:=U-Boot for Lantiq EASY80920 (RAM)
|
||||
SOC:=vr9
|
||||
DDR_SETTINGS:=board/lantiq/easy80920/ddr_settings.h
|
||||
endef
|
||||
|
||||
define uboot/easy80920_nor
|
||||
TITLE:=U-Boot for Lantiq EASY80920 (NOR)
|
||||
SOC:=vr9
|
||||
endef
|
||||
|
||||
define uboot/easy80920_norspl
|
||||
TITLE:=U-Boot for Lantiq EASY80920 (NOR SPL)
|
||||
SOC:=vr9
|
||||
IMAGE:=u-boot.ltq.lzo.norspl
|
||||
endef
|
||||
|
||||
define uboot/easy80920_sfspl
|
||||
TITLE:=U-Boot for Lantiq EASY80920 (SPI SPL)
|
||||
SOC:=vr9
|
||||
IMAGE:=u-boot.ltq.lzo.sfspl
|
||||
endef
|
||||
|
||||
|
||||
UBOOTS:= \
|
||||
arv4519pw_ram arv4519pw_nor \
|
||||
arv7518pw_ram arv7518pw_nor \
|
||||
gigasx76x_ram gigasx76x_nor \
|
||||
easy50712_ram easy50712_nor easy50712_norspl
|
||||
easy50712_ram easy50712_nor easy50712_norspl \
|
||||
easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl
|
||||
|
||||
define Package/uboot/template
|
||||
define Package/uboot-lantiq-$(1)
|
||||
|
|
Loading…
Reference in a new issue