mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
This commit is contained in:
@@ -18,7 +18,7 @@ CONFIG_SYS_BARGSIZE=2048
|
||||
CONFIG_SYS_CBSIZE=2048
|
||||
CONFIG_BAUDRATE=921600
|
||||
CONFIG_BINMAN=y
|
||||
CONFIG_BOOTCOMMAND="tftp 0x50000000 fitImage && bootm 0x50000000"
|
||||
CONFIG_BOOTCOMMAND="tftp ${loadaddr} fitImage && bootm ${loadaddr}"
|
||||
CONFIG_DEFAULT_FDT_FILE="r8a779g3-sparrow-hawk.dtb"
|
||||
CONFIG_CMD_REMOTEPROC=y
|
||||
CONFIG_GPIO_HOG=y
|
||||
|
||||
@@ -18,6 +18,7 @@ CONFIG_DM_REGULATOR_GPIO=y
|
||||
CONFIG_DM_SPI=y
|
||||
CONFIG_DM_SPI_FLASH=y
|
||||
CONFIG_ENV_OVERWRITE=y
|
||||
CONFIG_ENV_VARS_UBOOT_CONFIG=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_MTD=y
|
||||
|
||||
Reference in New Issue
Block a user