mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
tegra: Do not define early printf function
Since tegra is now in GENERIC, do not enable the early printf function as it can conflict with others.
This commit is contained in:
parent
12df521311
commit
59c4192cd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324771
@ -122,6 +122,7 @@ tegra124_cpu_reset(platform_t plat)
|
||||
* option SOCDEV_VA=0x70000000
|
||||
* option EARLY_PRINTF
|
||||
*/
|
||||
#if 0
|
||||
#ifdef EARLY_PRINTF
|
||||
static void
|
||||
tegra124_early_putc(int c)
|
||||
@ -136,6 +137,7 @@ tegra124_early_putc(int c)
|
||||
}
|
||||
early_putc_t *early_putc = tegra124_early_putc;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static platform_method_t tegra124_methods[] = {
|
||||
PLATFORMMETHOD(platform_attach, tegra124_attach),
|
||||
|
Loading…
Reference in New Issue
Block a user