]> Git Repo - J-u-boot.git/blame - include/video_font.h
colibri_imx7: add addresses required for distro boot
[J-u-boot.git] / include / video_font.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
17d1fd77
WD
2/*
3 * (C) Copyright 2000
4 * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), [email protected]
17d1fd77
WD
5 */
6
7#ifndef _VIDEO_FONT_
8#define _VIDEO_FONT_
9
78556631
MV
10#ifdef CONFIG_VIDEO_FONT_4X6
11#include <video_font_4x6.h>
12#else
ac8ba84c 13#include <video_font_data.h>
78556631 14#endif
17d1fd77 15
d3983ee8 16#endif /* _VIDEO_FONT_ */
This page took 0.812808 seconds and 4 git commands to generate.