SHA256
1
0
forked from pool/u-boot

Accepting request 213168 from Base:System

fix am335x patch to look for bootscript in proper place (forwarded request 213166 from matwey)

OBS-URL: https://build.opensuse.org/request/show/213168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2014-01-08 19:09:39 +00:00
committed by Git OBS Bridge
parent effb499486
commit 8f7646648a
31 changed files with 1016 additions and 195 deletions

View File

@@ -4,7 +4,7 @@ BOARDNAME="$1"
BOARDCONFIG="$2"
if [ ! "$1" -o ! "$2" ]; then
for BOARDCONFIG in omap3_beagle omap4_panda am335x_evm origen arndale highbank mx53loco rpi_b cubieboard hyundai_a7hd mele_a1000; do
for BOARDCONFIG in omap3_beagle omap4_panda am335x_evm arndale highbank mx53loco rpi_b cubieboard hyundai_a7hd mele_a1000 colibri_t20_iris paz00; do
BOARDNAME="$(echo $BOARDCONFIG | tr -d '_')"
BOARDCONFIG=${BOARDCONFIG}_config
bash $0 $BOARDNAME $BOARDCONFIG
@@ -20,8 +20,6 @@ case "$BOARDCONFIG" in
mx*|efika*) BINEND=imx ;;
*omap*|*am335x*) BINEND=bin
XLOADER=1 ;;
*origen*) BINEND=bin
ORIGEN_SPL=1 ;;
*arndale*) BINEND=bin
ARNDALE_SPL=1 ;;
*cubieboard*) BINEND=bin