From b58e1cafcaa07f118e4a2dec7f3ee7bf7e2f60c7 Mon Sep 17 00:00:00 2001 From: Troy Kisky <troy.kisky@boundarydevices.com> Date: Fri, 4 Oct 2019 15:49:05 -0700 Subject: [PATCH] rta: moving board_set_default_env to bd_common Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- board/boundary/rta/rta.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/board/boundary/rta/rta.c b/board/boundary/rta/rta.c index 5f3da606e0c..2c3d8ff113f 100644 --- a/board/boundary/rta/rta.c +++ b/board/boundary/rta/rta.c @@ -310,11 +310,6 @@ int board_init(void) return 0; } -void board_set_default_env(void) -{ - bdcommon_env_init(); -} - const struct button_key board_buttons[] = { {"tp28", GP_TP28, 't', 1}, {NULL, 0, 0, 0}, -- GitLab