board: move all the rockchip board in one folder
authorKever Yang <kever.yang@rock-chips.com>
Fri, 8 Jul 2016 03:30:58 +0000 (11:30 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 02:44:19 +0000 (20:44 -0600)
commitc418addfa9e758b05531eb37498c6fa0317d2c64
treefdaf3a67428c0403f5bf15bfcfe50df115c7efc0
parent744368d6ae3ea5cf73407c24d8e44b2a83b7f659
board: move all the rockchip board in one folder

The 'evb_rk3036' and 'kylin' is not a vendor name, let's replace them
to 'rockchip' which is a real _vendor_ name, and meet the architecure
'board/<vendor>/<board-name>/'.

More boards from rockchip like evb_rk3288, evb_rk3399 will comes later.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Eddie Cai <eddie.cai.kernel@gmail.com>
17 files changed:
arch/arm/mach-rockchip/rk3036/Kconfig
board/evb_rk3036/evb_rk3036/Kconfig [deleted file]
board/evb_rk3036/evb_rk3036/MAINTAINERS [deleted file]
board/evb_rk3036/evb_rk3036/Makefile [deleted file]
board/evb_rk3036/evb_rk3036/evb_rk3036.c [deleted file]
board/kylin/kylin_rk3036/Kconfig [deleted file]
board/kylin/kylin_rk3036/MAINTAINERS [deleted file]
board/kylin/kylin_rk3036/Makefile [deleted file]
board/kylin/kylin_rk3036/kylin_rk3036.c [deleted file]
board/rockchip/evb_rk3036/Kconfig [new file with mode: 0644]
board/rockchip/evb_rk3036/MAINTAINERS [new file with mode: 0644]
board/rockchip/evb_rk3036/Makefile [new file with mode: 0644]
board/rockchip/evb_rk3036/evb_rk3036.c [new file with mode: 0644]
board/rockchip/kylin_rk3036/Kconfig [new file with mode: 0644]
board/rockchip/kylin_rk3036/MAINTAINERS [new file with mode: 0644]
board/rockchip/kylin_rk3036/Makefile [new file with mode: 0644]
board/rockchip/kylin_rk3036/kylin_rk3036.c [new file with mode: 0644]