diff options
author | Tom Rini | 2018-09-03 15:26:12 -0400 |
---|---|---|
committer | Tom Rini | 2018-09-03 15:26:12 -0400 |
commit | 8c5cad05c97122b33ef8de981b56f701d6bfb6ea (patch) | |
tree | 52a485561631e373ac50663f7156c04b878e6bd4 /configs/tec-ng_defconfig | |
parent | c3c19c27437390681b708c9b25d98d3c9eedf568 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/tec-ng_defconfig')
-rw-r--r-- | configs/tec-ng_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/tec-ng_defconfig b/configs/tec-ng_defconfig index ccc5aa5d859..65ac1c2e5b1 100644 --- a/configs/tec-ng_defconfig +++ b/configs/tec-ng_defconfig @@ -3,7 +3,6 @@ CONFIG_TEGRA=y CONFIG_SYS_TEXT_BASE=0x80110000 CONFIG_TEGRA30=y CONFIG_TARGET_TEC_NG=y -CONFIG_DEFAULT_DEVICE_TREE="tegra30-tec-ng" CONFIG_NR_DRAM_BANKS=2 CONFIG_FIT=y CONFIG_OF_SYSTEM_SETUP=y @@ -23,6 +22,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set +CONFIG_DEFAULT_DEVICE_TREE="tegra30-tec-ng" CONFIG_SPL_DM=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_WINBOND=y |