Adjust BOOT_START values for some boards

This commit is contained in:
Calin Crisan 2018-11-24 11:21:44 +02:00
parent e73fd3dc4b
commit 9bce0c12d5
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