SHA256
1
0
forked from pool/u-boot

Accepting request 163711 from Base:System

- add omap3_beagle to targets 

- remove u8500href subpackage, kernel got dropped

- update to 2013.04rc2
- enable bootz support on all boards

- add omap3_beagle to targets 

- remove u8500href subpackage, kernel got dropped

- update to 2013.04rc2
- enable bootz support on all boards

- add omap3_beagle to targets 

- remove u8500href subpackage, kernel got dropped

- update to 2013.04rc2
- enable bootz support on all boards

- add omap3_beagle to targets 

- remove u8500href subpackage, kernel got dropped

- update to 2013.04rc2
- enable bootz support on all boards

- add omap3_beagle to targets

OBS-URL: https://build.opensuse.org/request/show/163711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2013-04-17 07:25:52 +00:00
committed by Git OBS Bridge
parent bd8a6d0328
commit ae43375422
26 changed files with 537 additions and 229 deletions

View File

@@ -6,7 +6,7 @@ BOARDCONFIG="$2"
# omap3_beagle currently needs separate sources
if [ ! "$1" -o ! "$2" ]; then
for BOARDCONFIG in omap4_panda u8500_href origen highbank mx53loco; do
for BOARDCONFIG in omap3_beagle omap4_panda origen highbank mx53loco; do
BOARDNAME="$(echo $BOARDCONFIG | tr -d '_')"
BOARDCONFIG=${BOARDCONFIG}_config
bash $0 $BOARDNAME $BOARDCONFIG