From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 12 Jun 2010 10:45:54 +0200 Subject: [U-Boot] [PATCH 2/3] video: sm501.c: add weak default functions In-Reply-To: <1274863139-3434-3-git-send-email-agust@denx.de> References: <1274863139-3434-1-git-send-email-agust@denx.de> <1274863139-3434-3-git-send-email-agust@denx.de> Message-ID: <20100612104554.47797982@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 26 May 2010 10:38:58 +0200 Anatolij Gustschin wrote: > 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 > --- > drivers/video/sm501.c | 28 ++++++++++++++++++++++++++++ > 1 files changed, 28 insertions(+), 0 deletions(-) Applied to u-boot-video/next. Anatolij