[U-Boot] [PATCH] espresso7420: remove duplicated config

Signed-off-by: Minkyu Kang mk7.kang@samsung.com --- include/configs/espresso7420.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/espresso7420.h b/include/configs/espresso7420.h index 4e3b26c..5aeb009 100644 --- a/include/configs/espresso7420.h +++ b/include/configs/espresso7420.h @@ -21,8 +21,6 @@ /* select serial console configuration */ #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0" - /* DRAM Memory Banks */ #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */

On 07/03/2019 17:03, Minkyu Kang wrote:
Signed-off-by: Minkyu Kang mk7.kang@samsung.com
include/configs/espresso7420.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/espresso7420.h b/include/configs/espresso7420.h index 4e3b26c..5aeb009 100644 --- a/include/configs/espresso7420.h +++ b/include/configs/espresso7420.h @@ -21,8 +21,6 @@ /* select serial console configuration */ #define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
-#define CONFIG_DEFAULT_CONSOLE "console=ttySAC1,115200n8\0"
/* DRAM Memory Banks */ #define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
applied to u-boot-samsung.
Thanks, Minkyu Kang.
participants (1)
-
Minkyu Kang