]> git.ipfire.org Git - people/ms/u-boot.git/commit
video: sm501.c: add weak default functions
authorAnatolij Gustschin <agust@denx.de>
Wed, 26 May 2010 08:38:58 +0000 (10:38 +0200)
committerAnatolij Gustschin <agust@denx.de>
Mon, 14 Jun 2010 10:29:34 +0000 (12:29 +0200)
commitf0a921518b7a016f0a9141933b0d766306394eff
treea0a4fc7d912e3b7942626581259126e480d3f83d
parente2bee9e3c0f4bd363207ce5e496cef2134f67d28
video: sm501.c: add weak default functions

For boards using sm501/sm502 on PCI bus some driver
functions normaly defined in the board code are not
needed and empty. Provide weak default functions for
them and do not enforce board code to define empty
functions.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/sm501.c