summaryrefslogtreecommitdiff
path: root/board/buffalo
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2022-08-17 21:37:56 +0200
committerStefan Roese <sr@denx.de>2022-08-23 12:39:27 +0200
commit48f80e28a2e56550a1b2c236e6092adb0e07edf3 (patch)
treeb3599d9768742752b535ab4c8b1f1d87d6db4f0a /board/buffalo
parent857065403a481a768e0c509bb2d3766e4feb2f86 (diff)
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 <michael@walle.cc> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/buffalo')
-rw-r--r--board/buffalo/lsxl/lsxl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/buffalo/lsxl/lsxl.c b/board/buffalo/lsxl/lsxl.c
index 31d532b752..106d46d436 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)