diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-03 15:26:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-03 15:26:12 -0400 |
commit | 8c5cad05c97122b33ef8de981b56f701d6bfb6ea (patch) | |
tree | 52a485561631e373ac50663f7156c04b878e6bd4 /configs/espresso7420_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/espresso7420_defconfig')
-rw-r--r-- | configs/espresso7420_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/espresso7420_defconfig b/configs/espresso7420_defconfig index 8c71f5b9e78..b2ffbe818fc 100644 --- a/configs/espresso7420_defconfig +++ b/configs/espresso7420_defconfig @@ -4,7 +4,6 @@ CONFIG_SYS_TEXT_BASE=0x43E00000 CONFIG_ARCH_EXYNOS7=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_IDENT_STRING=" for ESPRESSO7420" -CONFIG_DEFAULT_DEVICE_TREE="exynos7420-espresso7420" CONFIG_NR_DRAM_BANKS=8 CONFIG_SILENT_CONSOLE=y CONFIG_CONSOLE_MUX=y @@ -15,4 +14,5 @@ CONFIG_CONSOLE_MUX=y CONFIG_SYS_PROMPT="ESPRESSO7420 # " # CONFIG_AUTOBOOT is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_DEFAULT_DEVICE_TREE="exynos7420-espresso7420" # CONFIG_MMC is not set |