[U-Boot] [PATCH 2/7] mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIP

Simon Glass sjg at chromium.org
Fri Jan 13 03:19:04 CET 2017


On 1 January 2017 at 05:11, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> I am trying to make all DesignWare-based driver options prefixed
> with CONFIG_MMC_DW_.
>
> This commit was generated as follows:
>
> find . -name .git -prune -o -type f -print | \
> xargs sed -i -e 's/ROCKCHIP_DWMMC/MMC_DW_ROCKCHIP/g'
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  configs/chromebit_mickey_defconfig  | 2 +-
>  configs/chromebook_jerry_defconfig  | 2 +-
>  configs/chromebook_minnie_defconfig | 2 +-
>  configs/evb-rk3036_defconfig        | 2 +-
>  configs/evb-rk3288_defconfig        | 2 +-
>  configs/evb-rk3399_defconfig        | 2 +-
>  configs/fennec-rk3288_defconfig     | 2 +-
>  configs/firefly-rk3288_defconfig    | 2 +-
>  configs/kylin-rk3036_defconfig      | 2 +-
>  configs/miniarm-rk3288_defconfig    | 2 +-
>  configs/popmetal-rk3288_defconfig   | 2 +-
>  configs/rock2_defconfig             | 2 +-
>  drivers/mmc/Kconfig                 | 2 +-
>  drivers/mmc/Makefile                | 2 +-
>  14 files changed, 14 insertions(+), 14 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list