Patch by Hinko Kocevar, 21 Aug 2004:
Add calc_fbsize() function used with VIDEOLFB_TAG on TRAB
This commit is contained in:
parent
8655b6f860
commit
f325e18beb
@ -2,6 +2,9 @@
|
||||
Changes since U-Boot 1.1.1:
|
||||
======================================================================
|
||||
|
||||
* Patch by Hinko Kocevar, 21 Aug 2004:
|
||||
Add calc_fbsize() function used with VIDEOLFB_TAG on TRAB
|
||||
|
||||
* Clean up tools/bmp_logo.c to not add trailing white space
|
||||
|
||||
* Patch by Hinko Kocevar, 21 Aug 2004:
|
||||
|
@ -559,4 +559,13 @@ ulong vfd_setmem (ulong addr)
|
||||
return (size);
|
||||
}
|
||||
|
||||
/*
|
||||
* Calculate fb size for VIDEOLFB_ATAG. Size returned contains fb,
|
||||
* descriptors and palette areas.
|
||||
*/
|
||||
ulong calc_fbsize (void)
|
||||
{
|
||||
return FRAME_BUF_SIZE;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_VFD */
|
||||
|
Loading…
Reference in New Issue
Block a user