All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@gmail.com>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Subject: Re: [PATCH 04/11] exynos: Drop CONFIG_DEVICE_TREE_LIST
Date: Fri, 25 Mar 2022 09:21:48 +0900	[thread overview]
Message-ID: <8c7c330e-2340-4db4-c9e7-bfcf29805613@gmail.com> (raw)
In-Reply-To: <20220324211806.1553189-4-trini@konsulko.com>


On 3/25/22 06:17, Tom Rini wrote:
> This value isn't used anywhere, drop it.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Reviewed-by : Jaehoon Chung <jh80.chung@samsung.com>


Best Regards,

Jaehoon Chung


> ---
>  include/configs/exynos5420-common.h | 3 ---
>  include/configs/exynos7420-common.h | 3 ---
>  include/configs/exynos78x0-common.h | 3 ---
>  3 files changed, 9 deletions(-)
>
> diff --git a/include/configs/exynos5420-common.h b/include/configs/exynos5420-common.h
> index 7762c77164a3..51f9f221742e 100644
> --- a/include/configs/exynos5420-common.h
> +++ b/include/configs/exynos5420-common.h
> @@ -18,9 +18,6 @@
>  
>  #define CONFIG_SPL_MAX_FOOTPRINT	(30 * 1024)
>  
> -#define CONFIG_DEVICE_TREE_LIST "exynos5800-peach-pi"	\
> -				"exynos5420-peach-pit exynos5420-smdk5420"
> -
>  #define CONFIG_PHY_IRAM_BASE		0x02020000
>  
>  /* Address for relocating helper code (Last 4 KB of IRAM) */
> diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h
> index 464f927431a0..fcb238fb3e3b 100644
> --- a/include/configs/exynos7420-common.h
> +++ b/include/configs/exynos7420-common.h
> @@ -27,9 +27,6 @@
>  /* Timer input clock frequency */
>  #define COUNTER_FREQUENCY		24000000
>  
> -/* Device Tree */
> -#define CONFIG_DEVICE_TREE_LIST "exynos7420-espresso7420"
> -
>  /* IRAM Layout */
>  #define CONFIG_IRAM_BASE		0x02100000
>  #define CONFIG_IRAM_SIZE		0x58000
> diff --git a/include/configs/exynos78x0-common.h b/include/configs/exynos78x0-common.h
> index 6b1df63dc32f..53396aa42292 100644
> --- a/include/configs/exynos78x0-common.h
> +++ b/include/configs/exynos78x0-common.h
> @@ -28,9 +28,6 @@
>  /* Timer input clock frequency */
>  #define COUNTER_FREQUENCY		26000000
>  
> -/* Device Tree */
> -#define CONFIG_DEVICE_TREE_LIST "EXYNOS78x0-a5y17lte"
> -
>  #define CPU_RELEASE_ADDR		secondary_boot_addr
>  
>  #define CONFIG_SYS_BAUDRATE_TABLE \

  reply	other threads:[~2022-03-25  0:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24 21:17 [PATCH 01/11] db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP Tom Rini
2022-03-24 21:17 ` [PATCH 02/11] M5329EVB, M5373EVB: Remove CONFIG_NANDFLASH_SIZE Tom Rini
2022-03-24 21:17 ` [PATCH 03/11] Convert CONFIG_DEEP_SLEEP to Kconfig Tom Rini
2022-03-24 21:17 ` [PATCH 04/11] exynos: Drop CONFIG_DEVICE_TREE_LIST Tom Rini
2022-03-25  0:21   ` Jaehoon Chung [this message]
2022-03-25  4:41     ` Minkyu Kang
2022-03-24 21:18 ` [PATCH 05/11] mx53loco: Convert CONFIG_DIALOG_POWER to Kconfig Tom Rini
2022-03-24 21:18 ` [PATCH 06/11] Convert CONFIG_E300 et al " Tom Rini
2022-03-24 21:18 ` [PATCH 07/11] Convert CONFIG_SRIO_PCIE_BOOT_SLAVE " Tom Rini
2022-03-24 21:18 ` [PATCH 08/11] at91: Switch to SD_BOOT / CONFIG_NAND_BOOT Tom Rini
2022-03-24 21:18 ` [PATCH 09/11] Convert CONFIG_NORFLASH_PS32BIT to Kconfig Tom Rini
2022-03-24 21:18 ` [PATCH 10/11] Convert CONFIG_SYS_MONITOR_BASE " Tom Rini
2022-03-24 21:18 ` [PATCH 11/11] global: Remove CONFIG_SYS_EXTRA_OPTIONS support Tom Rini
2022-03-28  6:35 ` [PATCH 01/11] db-mv784mp-gp: Rename CONFIG_DB_784MP_GP to CONFIG_TARGET_DB_MV784MP_GP Stefan Roese
2022-04-01 18:45 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8c7c330e-2340-4db4-c9e7-bfcf29805613@gmail.com \
    --to=jh80.chung@gmail.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.