All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/10] arm: mvebu: Add Armada A38x DB-88F6820-GP board support
Date: Fri, 20 Mar 2015 11:07:00 +0100	[thread overview]
Message-ID: <550BF144.6010202@denx.de> (raw)
In-Reply-To: <550A151A.1040303@elecsyscorp.com>

Hi Kevin,

On 19.03.2015 01:15, Kevin Smith wrote:
> 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".

Thanks for noticing this. I didn't write to the env yet in the new 
U-Boot. I'll incorporate this change in the next version.

Thanks,
Stefan

      reply	other threads:[~2015-03-20 10:07 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
2015-03-20 10:07     ` Stefan Roese [this message]

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=550BF144.6010202@denx.de \
    --to=sr@denx.de \
    --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.