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:
committed by
Git OBS Bridge
parent
effb499486
commit
8f7646648a
@@ -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
|
||||
|
Reference in New Issue
Block a user