mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
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:
|
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
|
* Clean up tools/bmp_logo.c to not add trailing white space
|
||||||
|
|
||||||
* Patch by Hinko Kocevar, 21 Aug 2004:
|
* Patch by Hinko Kocevar, 21 Aug 2004:
|
||||||
|
@ -559,4 +559,13 @@ ulong vfd_setmem (ulong addr)
|
|||||||
return (size);
|
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 */
|
#endif /* CONFIG_VFD */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user