diff options
author | Tom Rini | 2020-07-28 18:27:34 -0400 |
---|---|---|
committer | Tom Rini | 2020-07-28 18:27:34 -0400 |
commit | 3b191c56c841596771b4120f09fb556adf958b5c (patch) | |
tree | 5ed568819fa2bace15089a128e21bd0b5f5b2622 /include/configs/odroid.h | |
parent | bd33a72f8362ff4a373c9eefaf6e4b3ade521fa4 (diff) | |
parent | 0465f12efb657176854db7a3ed3400df148d13bc (diff) |
Merge branch '2020-07-28-Kconfig-migrations'
- Migration of more symbols to Kconfig
Diffstat (limited to 'include/configs/odroid.h')
-rw-r--r-- | include/configs/odroid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 03229910b2f..5cbee010924 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -46,7 +46,6 @@ #define CONFIG_SYS_MONITOR_BASE 0x00000000 #define CONFIG_SYS_MMC_ENV_DEV CONFIG_MMC_DEFAULT_DEV -#define CONFIG_ENV_OVERWRITE /* Partitions name */ #define PARTS_BOOT "boot" |