summaryrefslogtreecommitdiff
path: root/nand_spl/board/ads5125/nandload.h
blob: ec5a76e91ab9d5f536bc1ea8358e7f8a4250637f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	Provider: LimePC Multimedia Technologies Co., Limited
	Date:01/14/2010
	Copyright note: without provider's written consensus by the provider, any release
	of provider's code could result in infrigement of provider's intellectural properties.
	Autor:Cloudy Chen <chen_yunsong@mtcera.com>
*/
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
#include <asm/bitops.h>
#include <asm/io.h>
#include <asm/cache.h>
#include <asm/mmu.h>
#include <mpc5125_nfc.h>
void sram_to_ddr(void);
void nandload(void);