From: Amit Singh Tomar <amittomer25@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v4 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs
Date: Sat, 9 May 2020 13:45:08 +0530 [thread overview]
Message-ID: <1589012108-11064-3-git-send-email-amittomer25@gmail.com> (raw)
In-Reply-To: <1589012108-11064-1-git-send-email-amittomer25@gmail.com>
Now that, we calculate SDRAM size by reading DDR registers,
"CONFIG_SYS_SDRAM_SIZE" is no more needed.
This commit removes "CONFIG_SYS_SDRAM_SIZE" from common configuration
file.
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
---
* No change since previous version.
---
include/configs/owl-common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/owl-common.h b/include/configs/owl-common.h
index f77a5fa4c114..7634578f856d 100644
--- a/include/configs/owl-common.h
+++ b/include/configs/owl-common.h
@@ -12,7 +12,6 @@
/* SDRAM Definitions */
#define CONFIG_SYS_SDRAM_BASE 0x0
-#define CONFIG_SYS_SDRAM_SIZE 0x80000000
/* Generic Timer Definitions */
#define COUNTER_FREQUENCY (24000000) /* 24MHz */
--
2.7.4
next prev parent reply other threads:[~2020-05-09 8:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-09 8:15 [PATCH v4 0/2] Calculate SDRAM size for Actions OWL SoCs Amit Singh Tomar
2020-05-09 8:15 ` [PATCH v4 1/2] Actions: OWL: Calculate SDRAM size Amit Singh Tomar
2020-05-09 10:11 ` Manivannan Sadhasivam
2020-07-08 3:02 ` Tom Rini
2020-05-09 8:15 ` Amit Singh Tomar [this message]
2020-05-09 10:12 ` [PATCH v4 2/2] arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs Manivannan Sadhasivam
2020-07-08 3:02 ` Tom Rini
2020-06-12 18:26 ` [PATCH v4 0/2] Calculate SDRAM size for Actions OWL SoCs Amit Tomer
2020-06-12 18:42 ` 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=1589012108-11064-3-git-send-email-amittomer25@gmail.com \
--to=amittomer25@gmail.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.