From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Heider Date: Thu, 17 Sep 2020 08:52:03 +0200 Subject: [PATCH 4/4] configs: smdkv310: get rid of unused EXYNOS4_DEFAULT_UART_OFFSET In-Reply-To: <20200917065203.40607-1-a.heider@gmail.com> References: <20200917065203.40607-1-a.heider@gmail.com> Message-ID: <20200917065203.40607-4-a.heider@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Unused. Signed-off-by: Andre Heider --- include/configs/smdkv310.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h index ede057322f..fc2f6ecf6b 100644 --- a/include/configs/smdkv310.h +++ b/include/configs/smdkv310.h @@ -27,9 +27,6 @@ #define S5P_CHECK_DIDLE 0xBAD00000 #define S5P_CHECK_LPA 0xABAD0000 -/* select serial console configuration */ -#define EXYNOS4_DEFAULT_UART_OFFSET 0x010000 - /* MMC SPL */ #define CONFIG_SKIP_LOWLEVEL_INIT #define COPY_BL2_FNPTR_ADDR 0x00002488 -- 2.28.0