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
@ -122,6 +122,7 @@ tegra124_cpu_reset(platform_t plat)
|
|||||||
* option SOCDEV_VA=0x70000000
|
* option SOCDEV_VA=0x70000000
|
||||||
* option EARLY_PRINTF
|
* option EARLY_PRINTF
|
||||||
*/
|
*/
|
||||||
|
#if 0
|
||||||
#ifdef EARLY_PRINTF
|
#ifdef EARLY_PRINTF
|
||||||
static void
|
static void
|
||||||
tegra124_early_putc(int c)
|
tegra124_early_putc(int c)
|
||||||
@ -136,6 +137,7 @@ tegra124_early_putc(int c)
|
|||||||
}
|
}
|
||||||
early_putc_t *early_putc = tegra124_early_putc;
|
early_putc_t *early_putc = tegra124_early_putc;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static platform_method_t tegra124_methods[] = {
|
static platform_method_t tegra124_methods[] = {
|
||||||
PLATFORMMETHOD(platform_attach, tegra124_attach),
|
PLATFORMMETHOD(platform_attach, tegra124_attach),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user