Changing u-boot branch for Cubox family. This one has support for new boarrds including the ones with 4G memory
This commit is contained in:
parent
f6402803c2
commit
dfd22cf6b5
@ -1,5 +1,5 @@
|
||||
BOOTSOURCE='https://github.com/SolidRun/u-boot-imx6'
|
||||
BOOTBRANCH='branch:imx6'
|
||||
BOOTBRANCH='branch:imx6-next'
|
||||
BOOTDIR='u-boot-cubox'
|
||||
BOOTSCRIPT='boot-cubox.cmd:boot.cmd'
|
||||
BOOTENV_FILE='cubox-default.txt'
|
||||
@ -17,19 +17,15 @@ case $BRANCH in
|
||||
;;
|
||||
|
||||
next)
|
||||
# mainline u-boot
|
||||
BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
|
||||
BOOTDIR=$MAINLINE_UBOOT_DIR
|
||||
BOOTBRANCH='tag:v2017.11'
|
||||
BOOTSCRIPT='boot-cubox.cmd:boot.cmd'
|
||||
BOOTENV_FILE='cubox-default.txt'
|
||||
BOOTPATCHDIR='u-boot-cubox-i'
|
||||
BOOTCONFIG="mx6cuboxi_defconfig"
|
||||
|
||||
# mainline u-boot
|
||||
# BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
|
||||
# BOOTDIR=$MAINLINE_UBOOT_DIR
|
||||
# BOOTBRANCH='tag:v2017.11'
|
||||
# BOOTCONFIG="mx6cuboxi_defconfig"
|
||||
# BOOTPATCHDIR='u-boot-cubox-next'
|
||||
KERNELSOURCE=$MAINLINE_KERNEL_SOURCE
|
||||
KERNELBRANCH='branch:linux-4.14.y'
|
||||
KERNELDIR=$MAINLINE_KERNEL_DIR
|
||||
BOOTPATCHDIR='u-boot-cubox-next'
|
||||
KERNEL_USE_GCC='> 7.0'
|
||||
;;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user