
On Tue, Jul 22, 2014 at 04:03:21PM +0530, pekon gupta wrote:
This patch adds support of NOR cape[1] for both Beaglebone (white) and Beaglebone(Black) boards. NOR Flash on this cape is connected to GPMC chip-select[0] and accesses as external memory-mapped device. This cape has 128Mbits(16MBytes), x16, CFI compatible NOR Flash device.
As GPMC chip-select[0] can be shared by multiple capes so NOR profile is not enabled by default in boards.cfg. Following changes are required to enable NOR cape detection when building am335x_boneblack board profile.
diff --git a/boards.cfg b/boards.cfg -Active arm armv7 am33xx ti am335x am335x_boneblack am335x_evm:SERIAL1,CO +Active arm armv7 am33xx ti am335x am335x_boneblack am335x_evm:SERIAL1,CO
[1] http://elinux.org/Beagleboardtoys:BeagleBone_128Mb_16-Bit_NOR_Module http://elinux.org/CircuitCo:BeagleBone_Memory_Expansion
Signed-off-by: Pekon Gupta pekon@ti.com
Applied to u-boot-ti/master, thanks!