aboutsummaryrefslogtreecommitdiff
path: root/include/configs/linkit-smart-7688.h
diff options
context:
space:
mode:
authorTom Rini2022-03-30 18:07:11 -0400
committerTom Rini2022-04-08 09:05:19 -0400
commit95b641756cf0af009f8f74be5f57de84acc58d51 (patch)
treedbf6d6274716b032c1cd465bbf65cf6e6b4664ff /include/configs/linkit-smart-7688.h
parent03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (diff)
Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_SIZE_LIMIT To do this, introduce CONFIG_HAS_BOARD_SIZE_LIMIT. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/linkit-smart-7688.h')
-rw-r--r--include/configs/linkit-smart-7688.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/linkit-smart-7688.h b/include/configs/linkit-smart-7688.h
index 4a19fb881da..86bad6fa036 100644
--- a/include/configs/linkit-smart-7688.h
+++ b/include/configs/linkit-smart-7688.h
@@ -47,10 +47,4 @@
/* Environment settings */
-/*
- * Environment is right behind U-Boot in flash. Make sure U-Boot
- * doesn't grow into the environment area.
- */
-#define CONFIG_BOARD_SIZE_LIMIT CONFIG_ENV_OFFSET
-
#endif /* __CONFIG_LINKIT_SMART_7688_H */