summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-08-19 18:11:31 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-20 14:04:47 +0200
commit0e5d619d764e1ef13c55a0c35594bd387fde9346 (patch)
tree81ccf991ecb84a91470272b26d3673c416a39f15
parentc580aa8d2238b81aa9472347eb09ea990159721b (diff)
board: colibri-imx8x: comment board_quiesce_devices
With this function in I see no UART output in linux, so comment it for now. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--board/toradex/colibri-imx8x/colibri-imx8x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/toradex/colibri-imx8x/colibri-imx8x.c b/board/toradex/colibri-imx8x/colibri-imx8x.c
index e6fffda57d..3c04b82b46 100644
--- a/board/toradex/colibri-imx8x/colibri-imx8x.c
+++ b/board/toradex/colibri-imx8x/colibri-imx8x.c
@@ -179,6 +179,8 @@ int board_init(void)
return 0;
}
+/* todo: With that function in ther is no console output in linux, drop for now */
+#if 0
void board_quiesce_devices(void)
{
const char *power_on_devices[] = {
@@ -191,6 +193,7 @@ void board_quiesce_devices(void)
power_off_pd_devices(power_on_devices, ARRAY_SIZE(power_on_devices));
}
+#endif
void detail_board_ddr_info(void)
{