From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Thompson Date: Mon, 03 Oct 2011 13:21:55 +0100 Subject: [U-Boot] [PATCH v2] da830: add support for NAND boot mode In-Reply-To: <1317385747-26214-2-git-send-email-nagabhushana.netagunte@ti.com> References: <1317385747-26214-1-git-send-email-nagabhushana.netagunte@ti.com> <1317385747-26214-2-git-send-email-nagabhushana.netagunte@ti.com> Message-ID: <4E89A8E3.6060508@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/09/11 13:29, nagabhushana.netagunte at ti.com wrote: > From: Nagabhushana Netagunte > > Add support for enabling NAND boot mode in configuration file and > add correspanding pinmux support, nand initialize function in board file. > Since the environment variable are stored in first block > CONFIG_ENV_OFFSET is set to offset 0 from (512 << 10) and also the > size required for environment variables not more than 10KB > the CONFIG_ENV_SIZE is set to 10KB from (512 << 10). > > Signed-off-by: Sudhakar Rajashekhara > Signed-off-by: Nagabhushana Netagunte > --- > board/davinci/da8xxevm/da830evm.c | 63 +++++++++++++++++++++++++++++++++++++ > include/configs/da830evm.h | 4 ++- > 2 files changed, 66 insertions(+), 1 deletions(-) > No further comments from me: Acked-by: Nick Thompson