diff options
author | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-28 08:46:52 -0400 |
commit | f7d0ae9c630a163ec957d492a6b7d115f7edcecc (patch) | |
tree | f5967b5672f76117f23ee1cb07a01cf66fb2a1a3 /configs/net2big_v2_defconfig | |
parent | 1db942b67d00a3569efbbd3f36140470b0e59b2e (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/net2big_v2_defconfig')
-rw-r--r-- | configs/net2big_v2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/net2big_v2_defconfig b/configs/net2big_v2_defconfig index bba8503049..81398e54c3 100644 --- a/configs/net2big_v2_defconfig +++ b/configs/net2big_v2_defconfig @@ -9,6 +9,7 @@ CONFIG_ENV_OFFSET=0x70000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_NR_DRAM_BANKS=2 CONFIG_IDENT_STRING=" 2Big v2" +CONFIG_DEFAULT_DEVICE_TREE="kirkwood-net2big" # CONFIG_SYS_MALLOC_F is not set CONFIG_SYS_EXTRA_OPTIONS="NET2BIG_V2" CONFIG_BOOTDELAY=3 @@ -34,7 +35,6 @@ CONFIG_ISO_PARTITION=y CONFIG_EFI_PARTITION=y # CONFIG_PARTITION_UUIDS is not set CONFIG_OF_CONTROL=y -CONFIG_DEFAULT_DEVICE_TREE="kirkwood-net2big" CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_USE_ENV_SPI_MAX_HZ=y CONFIG_ENV_SPI_MAX_HZ=20000000 |