All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vikas Manocha <vikas.manocha@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 18/18] stm32f7: remove not needed configuration from board config
Date: Mon, 20 Mar 2017 13:48:44 -0700	[thread overview]
Message-ID: <1490042927-27450-19-git-send-email-vikas.manocha@st.com> (raw)
In-Reply-To: <1490042927-27450-1-git-send-email-vikas.manocha@st.com>

This patch removes:
	- CONFIG_CMD_MEM: enabled by default
	- CONFIG_DESIGNWARE_ETH : not being used anywhere.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
cc: Christophe KERELLO <christophe.kerello@st.com>
---
 include/configs/stm32f746-disco.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h
index 213bdcc..3771a6a 100644
--- a/include/configs/stm32f746-disco.h
+++ b/include/configs/stm32f746-disco.h
@@ -33,7 +33,6 @@
 #define CONFIG_STM32_FLASH
 #define CONFIG_STM32X7_SERIAL
 
-#define CONFIG_DESIGNWARE_ETH
 #define CONFIG_DW_GMAC_DEFAULT_DMA_PBL	(8)
 #define CONFIG_DW_ALTDESCRIPTOR
 #define CONFIG_MII
@@ -75,7 +74,6 @@
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_CMDLINE_EDITING
 
-#define CONFIG_CMD_MEM
 #define CONFIG_BOARD_LATE_INIT
 #define CONFIG_DISPLAY_BOARDINFO
 #endif /* __CONFIG_H */
-- 
1.9.1

      parent reply	other threads:[~2017-03-20 20:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20 20:48 [U-Boot] [PATCH 00/18] stm32f7: add sdram & gpio drivers Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 01/18] stm32f7: use clock driver to enable qspi controller clock Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 02/18] stm32f7: sdram: move sdram driver code to ram drivers area Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 03/18] stm32f7: dm: add driver model support for sdram Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 04/18] ARM: DT: stm32f7: add sdram pin contol node Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 05/18] stm32f7: use driver model for sdram initialization Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 06/18] stm32f7: use clock driver to enable sdram controller clock Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 07/18] stm32f7: sdram: use sdram device tree node to configure sdram controller Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 08/18] dm: gpio: Add driver for stm32f7 gpio controller Vikas Manocha
2017-04-01  4:20   ` Simon Glass
2017-04-03 23:51     ` Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 09/18] ARM: DT: stm32f7: add gpio device tree nodes Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 10/18] stm32f7: use stm32f7 gpio driver supporting driver model Vikas Manocha
2017-04-01  4:20   ` Simon Glass
2017-03-20 20:48 ` [U-Boot] [PATCH 11/18] stm32f746: to switch on user LED1 & read user button Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 12/18] stm32f7: stm32f746-disco: read memory info from device tree Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 13/18] stm32f7: enable board info read " Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 14/18] stm32f7: sdram: correct sdram configuration as per micron sdram Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 15/18] stm32f7: increase the max no of pin configuration to 70 Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 16/18] stm32f7: move board specific pin muxing to dts Vikas Manocha
2017-03-20 20:48 ` [U-Boot] [PATCH 17/18] stm32f7: add support for stm32f769 disco board Vikas Manocha
2017-03-20 20:48 ` Vikas Manocha [this message]

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=1490042927-27450-19-git-send-email-vikas.manocha@st.com \
    --to=vikas.manocha@st.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.