From 48f80e28a2e56550a1b2c236e6092adb0e07edf3 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Wed, 17 Aug 2022 21:37:56 +0200 Subject: board: lsxl: remove CONFIG_ENV_OVERWRITE This is not needed. The user can force setting the variables with "setenv -f". Signed-off-by: Michael Walle Reviewed-by: Stefan Roese --- board/buffalo/lsxl/lsxl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/buffalo') diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c index 31d532b7529..106d46d436b 100644 --- a/board/buffalo/lsxl/lsxl.c +++ b/board/buffalo/lsxl/lsxl.c @@ -45,10 +45,6 @@ * Additionally, the bootsource is set to 'rescue'. */ -#ifndef CONFIG_ENV_OVERWRITE -# error "You need to set CONFIG_ENV_OVERWRITE" -#endif - DECLARE_GLOBAL_DATA_PTR; int board_early_init_f(void) -- cgit v1.2.3