Re: [U-Boot] [PATCH v2] Allow AM33xx boards to setup GPMC chipselects.

2013-02-18 Thread Mark Jackson
On 17/02/13 20:11, Peter Korsgaard wrote: >> "Mark" == Mark Jackson writes: > > Mark> Expose the enable_gpmc_cs_config() function so AM33xx based boards can > Mark> register GPMC chip selects. > > Mark> Changes in V2: > Mark> - Indicate this is for AM33xx (not OMAP2) > > Mark> Signed-o

Re: [U-Boot] [PATCH v2] Allow AM33xx boards to setup GPMC chipselects.

2013-02-17 Thread Peter Korsgaard
> "Mark" == Mark Jackson writes: Mark> Expose the enable_gpmc_cs_config() function so AM33xx based boards can Mark> register GPMC chip selects. Mark> Changes in V2: Mark> - Indicate this is for AM33xx (not OMAP2) Mark> Signed-off-by: Mark Jackson Mark> --- Mark> arch/arm/include/as

[U-Boot] [PATCH v2] Allow AM33xx boards to setup GPMC chipselects.

2013-02-12 Thread Mark Jackson
Expose the enable_gpmc_cs_config() function so AM33xx based boards can register GPMC chip selects. Changes in V2: - Indicate this is for AM33xx (not OMAP2) Signed-off-by: Mark Jackson --- arch/arm/include/asm/arch-am33xx/sys_proto.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/arc