
18 Oct
2012
18 Oct
'12
12:58 a.m.
On Tue, Oct 16, 2012 at 04:07:06PM +0200, Stefano Babic wrote:
Add video support to the board with the display focaltech etm070003dh6.
Signed-off-by: Stefano Babic sbabic@denx.de
[snip]
+int board_video_init(void) +{
- struct prcm *prcm_base = (struct prcm *)PRCM_BASE;
- void *fb;
- fb = (void *)0x88000000;
What's at this magic location in DDR? #define please, thanks.
--
Tom