[U-Boot] [PATCH v2 16/22] rockchip: Rename jerry files to veyron

Simon Glass sjg at chromium.org
Fri Nov 25 20:38:55 CET 2016


On 13 November 2016 at 14:22, Simon Glass <sjg at chromium.org> wrote:
> At present we have a single rk3288-based Chromebook: chromebook_jerry. But
> all such Chromebooks can use the same binary with only device-tree
> differences. The family name is 'veyron', so rename the files accordingly.
>
> Also update the device-tree filename since this currently differs from
> Linux.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/arm/dts/Makefile                                      | 2 +-
>  arch/arm/dts/{rk3288-jerry.dts => rk3288-veyron-jerry.dts} | 0
>  arch/arm/mach-rockchip/rk3288/Kconfig                      | 2 +-
>  board/google/{chromebook_jerry => veyron}/Kconfig          | 4 ++--
>  board/google/{chromebook_jerry => veyron}/MAINTAINERS      | 4 ++--
>  board/google/{chromebook_jerry => veyron}/Makefile         | 2 +-
>  board/google/{chromebook_jerry/jerry.c => veyron/veyron.c} | 0
>  configs/chromebook_jerry_defconfig                         | 2 +-
>  include/configs/{chromebook_jerry.h => veyron.h}           | 0
>  9 files changed, 8 insertions(+), 8 deletions(-)
>  rename arch/arm/dts/{rk3288-jerry.dts => rk3288-veyron-jerry.dts} (100%)
>  rename board/google/{chromebook_jerry => veyron}/Kconfig (74%)
>  rename board/google/{chromebook_jerry => veyron}/MAINTAINERS (60%)
>  rename board/google/{chromebook_jerry => veyron}/Makefile (81%)
>  rename board/google/{chromebook_jerry/jerry.c => veyron/veyron.c} (100%)
>  rename include/configs/{chromebook_jerry.h => veyron.h} (100%)

Applied to u-boot-rockchip.


More information about the U-Boot mailing list