Move environment files from common/ to env/
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:21:49 +0000 (12:21 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Aug 2017 12:18:45 +0000 (08:18 -0400)
commit0649cd0d4908d9b983a0361b8665938ef25701be
tree5ba3f7ad481aefa2ff5b71bc11dc8b1660245755
parentec74f5f9c38ce8e21f4aa413427cfec6fe6fb8da
Move environment files from common/ to env/

About a quarter of the files in common/ relate to the environment. It
seems better to put these into their own subdirectory and remove the
prefix.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
43 files changed:
Kconfig
Makefile
arch/sh/cpu/u-boot.lds
board/freescale/mx31ads/u-boot.lds
common/Kconfig
common/Makefile
env/Kconfig [new file with mode: 0644]
env/Makefile [new file with mode: 0644]
env/attr.c [moved from common/env_attr.c with 100% similarity]
env/callback.c [moved from common/env_callback.c with 100% similarity]
env/common.c [moved from common/env_common.c with 100% similarity]
env/dataflash.c [moved from common/env_dataflash.c with 100% similarity]
env/eeprom.c [moved from common/env_eeprom.c with 100% similarity]
env/embedded.c [moved from common/env_embedded.c with 100% similarity]
env/ext4.c [moved from common/env_ext4.c with 100% similarity]
env/fat.c [moved from common/env_fat.c with 100% similarity]
env/flags.c [moved from common/env_flags.c with 100% similarity]
env/flash.c [moved from common/env_flash.c with 100% similarity]
env/mmc.c [moved from common/env_mmc.c with 100% similarity]
env/nand.c [moved from common/env_nand.c with 100% similarity]
env/nowhere.c [moved from common/env_nowhere.c with 100% similarity]
env/nvram.c [moved from common/env_nvram.c with 100% similarity]
env/onenand.c [moved from common/env_onenand.c with 100% similarity]
env/remote.c [moved from common/env_remote.c with 100% similarity]
env/sata.c [moved from common/env_sata.c with 100% similarity]
env/sf.c [moved from common/env_sf.c with 100% similarity]
env/ubi.c [moved from common/env_ubi.c with 100% similarity]
include/configs/M5208EVBE.h
include/configs/M5235EVB.h
include/configs/M5249EVB.h
include/configs/M5253DEMO.h
include/configs/M5253EVBE.h
include/configs/M5272C3.h
include/configs/M5275EVB.h
include/configs/M5282EVB.h
include/configs/M53017EVB.h
include/configs/M5329EVB.h
include/configs/M5373EVB.h
include/configs/amcore.h
include/configs/astro_mcf5373l.h
include/configs/cobra5272.h
scripts/Makefile.spl
tools/Makefile