sun60iw2: fix nowhere env build and set BPI-M8 boot delay
This commit is contained in:
parent
5740b6639c
commit
27760ba44e
@ -1,4 +1,4 @@
|
||||
bootdelay=0
|
||||
bootdelay=3
|
||||
verbosity=1
|
||||
bootlogo=false
|
||||
console=both
|
||||
|
||||
@ -80,5 +80,7 @@ CONFIG_HUSH_PARSER=y
|
||||
# CONFIG_SUNXI_UPDATE_GPT is not set
|
||||
# CONFIG_ENV_IS_IN_SUNXI_FLASH is not set
|
||||
CONFIG_ENV_IS_NOWHERE=y
|
||||
CONFIG_ENV_SIZE=0x20000
|
||||
CONFIG_BOOTDELAY=3
|
||||
CONFIG_USE_DEFAULT_ENV_FILE=y
|
||||
CONFIG_DEFAULT_ENV_FILE="board/sunxi/bananapi_m8.env"
|
||||
|
||||
1
env/Kconfig
vendored
1
env/Kconfig
vendored
@ -470,7 +470,6 @@ config ENV_OFFSET
|
||||
|
||||
config ENV_SIZE
|
||||
hex "Environment Size"
|
||||
depends on !ENV_IS_NOWHERE
|
||||
default 0x20000 if ARCH_SUNXI
|
||||
help
|
||||
Size of the environment storage area
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user