public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 7/7] am335x_evm: Add support to boot from NOR.
Date: Thu, 16 May 2013 15:30:05 -0400	[thread overview]
Message-ID: <519533BD.9080803@ti.com> (raw)
In-Reply-To: <87ppwqn4ah.fsf@dell.be.48ers.dk>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/16/2013 02:55 PM, Peter Korsgaard wrote:
>>>>>> "Tom" == Tom Rini <trini@ti.com> writes:
> 
> Hi,
> 
> Tom> +#ifdef CONFIG_TI81XX
>>> 
>>> Why are you adding the TI81XX dependency here? That doesn't
>>> have anything to do with nor boot, does it?
> 
> Tom> dmm is TI81XX-only (for this file, it's also omap4+) and since
> main Tom> U-Boot doesn't use
> --ffunction-sections/--fdata-sections/--gc-sections Tom> we end up
> with a link error about not having enable_dmm_clocks().  This Tom>
> is OK on SPL since we do use --gc-sections and the link error is
> avoided Tom> as we discard config_dmm on am33xx builds.
> 
> Ok, that's interesting info which imho belongs in the commit
> message.

Reworded, thanks!

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRlTO9AAoJENk4IS6UOR1W+0EP/iJp6by7wCSRgF3pbpRxO9OL
kchUz33xA1eckOaPWkCjrxDyVL8tkvEY/cD9eO6f0LdwOLei4PEaEXc5kt2pobm1
9L5NWqKPXgfHcJFEH/kH7s9jZDi3camXZ00jDkJn2kegtxCFQ/3OjLYaj3bze6vA
xh1GtokP89lzXQcznQxUStKKWEs1Q/VZ07tI6Pac188V8OWewnH+d3IzWLZ77X88
TLCOT/YQXJGNCPQ8SrdxyC4lIdLpP8tGF2D7c/wAcWVpdbrcDKJ5jl96TorWIoz2
BsTcyFyM902jH1+s6xyspDvLMJ+HiuPWdn5dkNgwqI5Dk6bO/5cUcQlGehFNlILA
hsQTGmvb4JElcnVjbsNzjaS4LFcUpNYMFnbz8VADHrSo3fvIkQPECqa2h7hpmnxP
v0WItkEoNt3NTapcjKllot6Mja4/7RCTIVj6N8s7D5oxzdqvQ8huCANGqIy0MTfu
RhLkAjvjkv43/T3uslhsi7ZPbirdV/++pEBRMLWFdFYWJr0SFju5JMgmcHWMmZtA
8EdsOopRqUMiS4ZER1/FbOEF4/NQof6YUVRYjvSr96qCkMmbYFkp9vhVEaKovPXH
Gs4qM3FYFnBX+sptYjND5sCQvBw2hzFLyF7heRtfnQqmZa+34usdZe3Xe1xQ/RYr
O2EkA8rp+XQC9PZam3jj
=myST
-----END PGP SIGNATURE-----

  reply	other threads:[~2013-05-16 19:30 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 18:28 [U-Boot] [PATCH v2 1/7] am33xx/omap3: Clean up gpmc_init slightly Tom Rini
2013-05-13 18:28 ` [U-Boot] [PATCH v2 2/7] am335x_evm: Drop useless CONFIG_ENV_IS_NOWHERE Tom Rini
2013-05-13 18:28 ` [U-Boot] [PATCH v2 3/7] am335x_evm: Update SPI_BOOT support, add MTDPARTS info Tom Rini
2013-05-15 20:41   ` Peter Korsgaard
2013-05-13 18:28 ` [U-Boot] [PATCH v2 4/7] am335x_evm: Only set CONFIG_NAND when !CONFIG_SPI_BOOT Tom Rini
2013-05-15 20:42   ` Peter Korsgaard
2013-05-13 18:28 ` [U-Boot] [PATCH v2 5/7] am335x_evm: Rework board_is_foo() checks Tom Rini
2013-05-15 20:43   ` Peter Korsgaard
2013-05-13 18:28 ` [U-Boot] [PATCH v2 6/7] am335x_evm: Add support for the NOR module on the memory cape Tom Rini
2013-05-16 14:32   ` Peter Korsgaard
2013-05-16 14:46     ` Tom Rini
2013-05-16 18:54       ` Peter Korsgaard
2013-05-16 19:27         ` Tom Rini
2013-05-16 19:32           ` Peter Korsgaard
2013-05-13 18:28 ` [U-Boot] [PATCH v2 7/7] am335x_evm: Add support to boot from NOR Tom Rini
2013-05-16 14:36   ` Peter Korsgaard
2013-05-16 14:49     ` Tom Rini
2013-05-16 18:55       ` Peter Korsgaard
2013-05-16 19:30         ` Tom Rini [this message]
2013-05-16 19:32           ` Peter Korsgaard
2013-06-17 14:43   ` Mark Jackson
2013-06-17 14:49     ` Tom Rini
2013-06-17 14:59       ` Mark Jackson
2013-06-17 15:01         ` Tom Rini
2013-06-17 15:23           ` Mark Jackson
2013-06-17 15:23         ` Mark Jackson
2013-06-17 15:29           ` Tom Rini
2013-06-17 16:01           ` Stefan Roese
2013-06-17 16:10             ` Mark Jackson
2013-06-17 17:04               ` Kipisz, Steven
2013-06-17 18:38                 ` Mark Jackson
2013-06-18 12:11     ` Mark Jackson
2013-07-11 13:06       ` Mark Jackson
2013-07-11 13:28         ` Tom Rini
2013-07-11 13:45           ` Mark Jackson
2013-07-11 14:34             ` Albert ARIBAUD
2013-07-11 15:54               ` Tom Rini
2013-07-11 16:08                 ` Albert ARIBAUD
2013-07-11 16:14                   ` Albert ARIBAUD
2013-07-11 16:17                     ` Tom Rini
2013-07-17 12:58         ` Mark Jackson
2013-07-17 13:32           ` Tom Rini
2013-05-15 20:39 ` [U-Boot] [PATCH v2 1/7] am33xx/omap3: Clean up gpmc_init slightly Peter Korsgaard

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=519533BD.9080803@ti.com \
    --to=trini@ti.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