##// END OF EJS Templates
syntax
Unknown -
r298:fd3eb24edd57
parent child
Show More
@@ -253,6 +253,7 if [ -n "$SET_ARCH" ]
253 KERNEL_IMAGE=${KERNEL_IMAGE:=kernel7.img}
253 KERNEL_IMAGE=${KERNEL_IMAGE:=kernel7.img}
254 CROSS_COMPILE=${CROSS_COMPILE:=arm-linux-gnueabihf-}
254 CROSS_COMPILE=${CROSS_COMPILE:=arm-linux-gnueabihf-}
255 fi
255 fi
256 fi
256
257
257 #Device specific configuration
258 #Device specific configuration
258 case "$RPI_MODEL" in
259 case "$RPI_MODEL" in
@@ -272,7 +273,7 if [ -n "$SET_ARCH" ]
272 DTB_FILE=${DTB_FILE:=bcm2710-rpi-3-b.dtb}
273 DTB_FILE=${DTB_FILE:=bcm2710-rpi-3-b.dtb}
273 UBOOT_CONFIG=${UBOOT_CONFIG:=rpi_3_32b_defconfig}
274 UBOOT_CONFIG=${UBOOT_CONFIG:=rpi_3_32b_defconfig}
274 ;;
275 ;;
275 3P
276 3P)
276 DTB_FILE=${DTB_FILE:=bcm2710-rpi-3-b.dtb}
277 DTB_FILE=${DTB_FILE:=bcm2710-rpi-3-b.dtb}
277 UBOOT_CONFIG=${UBOOT_CONFIG:=rpi_3_32b_defconfig}
278 UBOOT_CONFIG=${UBOOT_CONFIG:=rpi_3_32b_defconfig}
278 ;;
279 ;;
@@ -281,7 +282,7 if [ -n "$SET_ARCH" ]
281 exit 1
282 exit 1
282 ;;
283 ;;
283 esac
284 esac
284 fi
285 #SET_ARCH not set
285 else
286 else
286 echo "error: Please set '32' or '64' as value for SET_ARCH"
287 echo "error: Please set '32' or '64' as value for SET_ARCH"
287 exit 1
288 exit 1
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant