Merge branch 'thingos' into dev

This commit is contained in:
Calin Crisan 2018-11-24 11:22:56 +02:00
commit e45ca31fad
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
export UBOOT_SEEK=16
export BOOT_START=40960
export BOOT_START=20
source $COMMON_DIR/mkimage.sh

View File

@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
export UBOOT_BIN=$BOARD_DIR/u-boot-with-spl.bin
export UBOOT_SEEK=16
export BOOT_START=40960
export BOOT_START=20
source $COMMON_DIR/mkimage.sh

View File

@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
export UBOOT_BIN=$IMG_DIR/u-boot-sunxi-with-spl.bin
export UBOOT_SEEK=16
export BOOT_START=40960
export BOOT_START=20
source $COMMON_DIR/mkimage.sh

View File

@ -7,7 +7,7 @@ export BOARD=$(basename $BOARD_DIR)
export IMG_DIR=$BOARD_DIR/../../output/$BOARD/images/
export UBOOT_BIN=$BOARD_DIR/u-boot-with-dtb.bin
export UBOOT_SEEK=38192
export BOOT_START=40960
export BOOT_START=20
BOOT0=$BOARD_DIR/boot0.bin
source $COMMON_DIR/mkimage.sh