From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 4 Dec 2016 23:25:58 -0700 Subject: [U-Boot] [PATCH v2 12/23] sunxi: provide default DRAM config for sun50i in Kconfig In-Reply-To: <1480902750-839-13-git-send-email-andre.przywara@arm.com> References: <1480902750-839-1-git-send-email-andre.przywara@arm.com> <1480902750-839-13-git-send-email-andre.przywara@arm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4 December 2016 at 18:52, Andre Przywara wrote: > To avoid enumerating the very same DRAM values in defconfig files > for each and every Allwinner A64 board out there, let's put some sane > default values in the Kconfig file. > Boards with different needs can override them at any time. > > Signed-off-by: Andre Przywara > --- > board/sunxi/Kconfig | 2 ++ > configs/pine64_plus_defconfig | 2 -- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass