mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-07 23:01:49 +00:00
Odroid C2 NEXT tiny config adjustement to remove errros from bootup and moving u-boot to 2018.05
This commit is contained in:
parent
fe484c1dc2
commit
c2046ea049
4 changed files with 7 additions and 7 deletions
|
@ -1514,10 +1514,10 @@ CONFIG_OF_IRQ=y
|
|||
CONFIG_OF_NET=y
|
||||
CONFIG_OF_MDIO=y
|
||||
CONFIG_OF_RESERVED_MEM=y
|
||||
# CONFIG_OF_OVERLAY is not set
|
||||
# CONFIG_PARPORT is not set
|
||||
CONFIG_OF_OVERLAY=m
|
||||
CONFIG_PARPORT=m
|
||||
CONFIG_BLK_DEV=y
|
||||
# CONFIG_BLK_DEV_NULL_BLK is not set
|
||||
CONFIG_BLK_DEV_NULL_BLK=m
|
||||
CONFIG_ZRAM=m
|
||||
# CONFIG_ZRAM_DEBUG is not set
|
||||
CONFIG_ZRAM_LZ4_COMPRESS=y
|
||||
|
|
|
@ -1562,8 +1562,8 @@ CONFIG_OF_IRQ=y
|
|||
CONFIG_OF_NET=y
|
||||
CONFIG_OF_MDIO=y
|
||||
CONFIG_OF_RESERVED_MEM=y
|
||||
# CONFIG_OF_OVERLAY is not set
|
||||
# CONFIG_PARPORT is not set
|
||||
CONFIG_OF_OVERLAY=m
|
||||
CONFIG_PARPORT=m
|
||||
CONFIG_BLK_DEV=y
|
||||
CONFIG_BLK_DEV_NULL_BLK=m
|
||||
CONFIG_ZRAM=m
|
||||
|
|
|
@ -22,7 +22,7 @@ case $BRANCH in
|
|||
next)
|
||||
BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
|
||||
BOOTDIR=$MAINLINE_UBOOT_DIR
|
||||
BOOTBRANCH='tag:v2018.03'
|
||||
BOOTBRANCH='tag:v2018.05'
|
||||
BOOTPATCHDIR='u-boot-odroidc2-next'
|
||||
UBOOT_TARGET_MAP=";;$SRC/cache/sources/odroidc2-blobs/bl1.bin.hardkernel u-boot.bin"
|
||||
BOOTSCRIPT='boot-odroid-c2-next.cmd:boot.cmd'
|
||||
|
@ -39,7 +39,7 @@ case $BRANCH in
|
|||
dev)
|
||||
BOOTSOURCE=$MAINLINE_UBOOT_SOURCE
|
||||
BOOTDIR=$MAINLINE_UBOOT_DIR
|
||||
BOOTBRANCH='tag:v2018.03'
|
||||
BOOTBRANCH='tag:v2018.05'
|
||||
BOOTPATCHDIR='u-boot-odroidc2-next'
|
||||
UBOOT_TARGET_MAP=";;$SRC/cache/sources/odroidc2-blobs/bl1.bin.hardkernel u-boot.bin"
|
||||
BOOTSCRIPT='boot-odroid-c2-next.cmd:boot.cmd'
|
||||
|
|
Loading…
Add table
Reference in a new issue