public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Kevin Smith <kevin.smith@elecsyscorp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/10] arm: mvebu: Add Armada A38x DB-88F6820-GP board support
Date: Thu, 19 Mar 2015 00:15:17 +0000	[thread overview]
Message-ID: <550A151A.1040303@elecsyscorp.com> (raw)
In-Reply-To: <1426665251-23868-11-git-send-email-sr@denx.de>

Hi Stefan,

On 03/18/2015 02:54 AM, Stefan Roese wrote:
> +/* Environment in SPI NOR flash */
> +#define CONFIG_ENV_IS_IN_SPI_FLASH
> +#define CONFIG_ENV_OFFSET		(1 << 20) /* 1MiB in */
> +#define CONFIG_ENV_SIZE			(64 << 10) /* 64KiB */
> +#define CONFIG_ENV_SECT_SIZE		(64 << 10) /* 64KiB sectors */
>
The M25P128 SPI flash chip on the DB-88F6820-GP board has 1024-page 
sectors, so these will need to be 256KiB instead of 64.  Otherwise the 
SF driver complains when trying to "saveenv".

Regards,
Kevin

  reply	other threads:[~2015-03-19  0:15 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-18  7:54 [U-Boot] [PATCH 0/10] Add Marvell Armada A38x 88F6820 SoC support Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 01/10] arm: armada-xp: Move SoC sources to mach-mvebu Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 02/10] arm: armada-xp: Move SoC headers to mach-mvebu/include/mach Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 03/10] arm: mvebu: Move mvebu-common into mach-mvebu Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 04/10] arm: mvebu: Change header macros from ARMADA_XP to MVEBU Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 05/10] arm: mvebu: Remove unreferenced define Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 06/10] arm: mvebu: Only define MV88F78X60 for Armada XP Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 07/10] arm: mvebu: Move CONFIG_SPL_LDSCRIPT to common header Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 08/10] arm: mvebu: Add basic Armada 38x support Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 09/10] arm: mvebu: Change network init code to allow a more flexible setup Stefan Roese
2015-03-18  7:54 ` [U-Boot] [PATCH 10/10] arm: mvebu: Add Armada A38x DB-88F6820-GP board support Stefan Roese
2015-03-19  0:15   ` Kevin Smith [this message]
2015-03-20 10:07     ` Stefan Roese

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=550A151A.1040303@elecsyscorp.com \
    --to=kevin.smith@elecsyscorp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox