From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 3 Nov 2015 13:15:52 +0800 Subject: [U-Boot] [PATCH v2] nios2: use dram bank in board info In-Reply-To: <1445912622-7570-1-git-send-email-thomas@wytron.com.tw> References: <1445851172-23473-1-git-send-email-thomas@wytron.com.tw> <1445912622-7570-1-git-send-email-thomas@wytron.com.tw> Message-ID: <56384308.2000800@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?10?27? 10:23, Thomas Chou wrote: > Use dram bank in board info, so that it displays correct > memory values in bdinfo command. > > Signed-off-by: Thomas Chou > --- > v2 > change to use dram bank. > > common/cmd_bdinfo.c | 9 +++++++-- > include/configs/nios2-generic.h | 1 + > 2 files changed, 8 insertions(+), 2 deletions(-) > Applied to u-boot-nios.