[zynq][gem] Move uzed and zybo gem inits to target

This commit is contained in:
Chris Anderson
2014-10-10 14:53:15 -07:00
parent 65e4028ddc
commit a112873487
3 changed files with 4 additions and 10 deletions

View File

@@ -20,15 +20,8 @@
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include <stdio.h>
#include <stdlib.h>
#include <dev/spiflash.h>
#include <lib/ptable.h>
#include <lib/sysparam.h>
#include <debug.h>
#include <platform/zynq.h>
#include <platform/gem.h>
#include <lib/minip.h>
zynq_pll_cfg_tree_t zynq_pll_cfg = {
.arm = {
@@ -172,5 +165,6 @@ void target_early_init(void)
void target_init(void)
{
gem_init(GEM0_BASE, 256*1024);
}