diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-25 11:58:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-25 12:40:16 -0400 |
commit | f4b2786b80583c8b48245ac5f90fda47328f3a6c (patch) | |
tree | 0b39aa04aee15e28bcbeb39c14007dfd40bf50c9 /configs/da850evm_direct_nor_defconfig | |
parent | aee18604e2e7d9ff10a59b54d4a8386e164e2161 (diff) | |
download | u-boot-f4b2786b80583c8b48245ac5f90fda47328f3a6c.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/da850evm_direct_nor_defconfig')
-rw-r--r-- | configs/da850evm_direct_nor_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index 2610a82f7a..b595acf400 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -1,4 +1,3 @@ -CONFIG_LTO=y CONFIG_ARM=y CONFIG_ARCH_CPU_INIT=y CONFIG_ARCH_DAVINCI=y @@ -12,6 +11,7 @@ CONFIG_ENV_SIZE=0x2800 CONFIG_ENV_SECT_SIZE=0x20000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="da850-evm" +CONFIG_LTO=y CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp" |