Re: [U-Boot] [PATCH v2 5/6] mmc: move some SDHCI related options to Kconfig

2016-12-08 Thread Jaehoon Chung
On 12/07/2016 10:10 PM, Masahiro Yamada wrote: > While I moved the options, I also renamed them so that they are all > prefixed with MMC_SDHCI_. > > This commit was created in the following steps. > > [1] Rename with the following command > find . -name .git -prune -o ! -path

Re: [U-Boot] [PATCH v2 5/6] mmc: move some SDHCI related options to Kconfig

2016-12-08 Thread Tom Rini
On Wed, Dec 07, 2016 at 10:10:29PM +0900, Masahiro Yamada wrote: > While I moved the options, I also renamed them so that they are all > prefixed with MMC_SDHCI_. > > This commit was created in the following steps. > > [1] Rename with the following command > find . -name .git -prune -o ! -path

[U-Boot] [PATCH v2 5/6] mmc: move some SDHCI related options to Kconfig

2016-12-07 Thread Masahiro Yamada
While I moved the options, I also renamed them so that they are all prefixed with MMC_SDHCI_. This commit was created in the following steps. [1] Rename with the following command find . -name .git -prune -o ! -path ./scripts/config_whitelist.txt \ -type f -print | xargs sed -i -e '