
On Mon, May 21, 2012 at 05:49:03PM -0700, Simon Glass wrote:
Hi Stephen,
On Mon, May 21, 2012 at 7:22 AM, Thierry Reding <thierry.reding@avionic-design.demailto:thierry.reding@avionic-design.de> wrote:
- Stephen Warren wrote:
b) In U-Boot, rename the tegra2 support to tegra20 so that U-Boot ends up setting board_soc=tegra20, so this matches the .dts/.dtb filenames. This would involve renaming arch/arm/cpu/armv7/tegra2/ to ./arch/arm/cpu/armv7/tegra20/ and editing boards.cfg to match, and possibly other related changes.
This sounds like churn, but I think we could easily fold this into Allen's series that moves the tegra2 directory in order to put it in a common place for separate SPL/non-SPL builds to avoid doing this kind of thing multiple times.
Does anyone think this is a good/bad/... idea? Thanks.
I like it. It's better to have the names consistent.
Sounds good to me, too.
I'm fine with the proposal, I'll roll it into my SPL patch series which I need to post a new version of anyway.
-Allen