diff options
author | Tuomas Tynkkynen | 2017-10-10 21:59:40 +0300 |
---|---|---|
committer | Tom Rini | 2017-10-16 09:42:51 -0400 |
commit | 7b7341d7f3ee915c89a7f8ab7054e39872057d90 (patch) | |
tree | 083dc69cfdcc5867753c0caea1c4a4ed89b4bab1 /env/Makefile | |
parent | c005f7edbbc41b33de2c5f8d31a8c12d86ffdb59 (diff) |
env: Drop CONFIG_ENV_IS_IN_DATAFLASH
Last user of this option went away in commit:
fdc7718999 ("board: usb_a9263: Update to support DT and DM")
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
Diffstat (limited to 'env/Makefile')
-rw-r--r-- | env/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/env/Makefile b/env/Makefile index 8df5b9d4c90..7ce8231d9a7 100644 --- a/env/Makefile +++ b/env/Makefile @@ -11,7 +11,6 @@ ifndef CONFIG_SPL_BUILD obj-y += attr.o obj-y += callback.o obj-y += flags.o -obj-$(CONFIG_ENV_IS_IN_DATAFLASH) += dataflash.o obj-$(CONFIG_ENV_IS_IN_EEPROM) += eeprom.o extra-$(CONFIG_ENV_IS_EMBEDDED) += embedded.o obj-$(CONFIG_ENV_IS_IN_EEPROM) += embedded.o |