move more nor flash implementation details
commit04ee41de52065f648752c13652b3428260f1ac2a
authorZachary T Welch <zw@superlucidity.net>
Fri, 4 Dec 2009 12:01:45 +0000 (4 04:01 -0800)
committerZachary T Welch <zw@superlucidity.net>
Sat, 5 Dec 2009 00:56:23 +0000 (4 16:56 -0800)
treec6b937c87bb2b281d70b1fdfa2f29c9fc67de329
parent32f961daba1301ac22ed53c9bc0822effff168cf
move more nor flash implementation details

Splits the exec mode commands out of flash.c into the flash/nor/ files.
The routines used by these high-level commands are moved into nor/core.c,
with their internal declarations placed in nor/imp.h.

Fixes distribution of <flash/nor/core.h> header.
src/flash/flash.c
src/flash/nor/Makefile.am
src/flash/nor/core.c
src/flash/nor/imp.h
src/flash/nor/tcl.c [copied from src/flash/flash.c with 58% similarity]