]> git.sur5r.net Git - u-boot/commit
rockchip: Rename jerry files to veyron
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:22:10 +0000 (14:22 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 00:59:31 +0000 (17:59 -0700)
commit5e9b15034b9e38a6908610229788cf0746d138fc
treef8255fa1add3d3715b3fdd268bd3ef6883643500
parent57db8c6d87a342c62f0c36475fb9c5faf821f9f2
rockchip: Rename jerry files to veyron

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@chromium.org>
15 files changed:
arch/arm/dts/Makefile
arch/arm/dts/rk3288-jerry.dts [deleted file]
arch/arm/dts/rk3288-veyron-jerry.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/Kconfig
board/google/chromebook_jerry/Kconfig [deleted file]
board/google/chromebook_jerry/MAINTAINERS [deleted file]
board/google/chromebook_jerry/Makefile [deleted file]
board/google/chromebook_jerry/jerry.c [deleted file]
board/google/veyron/Kconfig [new file with mode: 0644]
board/google/veyron/MAINTAINERS [new file with mode: 0644]
board/google/veyron/Makefile [new file with mode: 0644]
board/google/veyron/veyron.c [new file with mode: 0644]
configs/chromebook_jerry_defconfig
include/configs/chromebook_jerry.h [deleted file]
include/configs/veyron.h [new file with mode: 0644]