qi: add build instructions for the bootloader
[qi-bootmenu-system/guyou.git] / sources / sections / qi.sh
blobb1e5989fd47f25c474e04feb92ea3aa7c985b28e
1 setupfor qi-bootloader
3 [ -z "$MACHINE" ] && MACHINE="GTA02"
5 case "$MACHINE" in
6 GTA01|gta01)
7 CPU="s3c2410"
8 ;;
9 *)
10 CPU="s3c2442"
12 esac
14 make CPU="$CPU" CROSS_COMPILE="$CROSS" &&
15 cp image/qi-$CPU*.udfu $TOP || dienow
17 cleanup qi-bootloader