lib: crypto: add x509 parser
[oweals/u-boot.git] / env / mmc.c
index fee9f0674edcf4448a7b83b1c3c5bb445455c091..b24c35cec94e24f200516656972fa7dac7eb3337 100644 (file)
--- a/env/mmc.c
+++ b/env/mmc.c
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#if !defined(CONFIG_ENV_OFFSET)
-#define CONFIG_ENV_OFFSET 0
-#endif
-
 #if CONFIG_IS_ENABLED(OF_CONTROL)
 static inline int mmc_offset_try_partition(const char *str, s64 *val)
 {