]> Git Repo - J-u-boot.git/commit
rockchip: rk3288: move evb board to rockchip folder
author[email protected] <[email protected]>
Tue, 26 Jul 2016 10:28:27 +0000 (18:28 +0800)
committerSimon Glass <[email protected]>
Sun, 31 Jul 2016 13:24:20 +0000 (07:24 -0600)
commitcba6bb1b74133060207192fba55e650d5744ed39
treee1b49af468e2db3a7262d63bfc6672106b49b273
parentf75711aae72e6331fc5bb6c6b094869182fb200c
rockchip: rk3288: move evb board to rockchip folder

The 'evb-rk3288' is not a vendor name, change it to 'rockchip' which is
the real vendor name.

Signed-off-by: Ziyuan Xu <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/arm/mach-rockchip/rk3288/Kconfig
board/evb-rk3288/evb-rk3288/Kconfig [deleted file]
board/evb-rk3288/evb-rk3288/MAINTAINERS [deleted file]
board/evb-rk3288/evb-rk3288/Makefile [deleted file]
board/evb-rk3288/evb-rk3288/evb-rk3288.c [deleted file]
board/rockchip/evb_rk3288/Kconfig [new file with mode: 0644]
board/rockchip/evb_rk3288/MAINTAINERS [new file with mode: 0644]
board/rockchip/evb_rk3288/Makefile [new file with mode: 0644]
board/rockchip/evb_rk3288/evb-rk3288.c [new file with mode: 0644]
include/configs/evb-rk3288.h [deleted file]
include/configs/evb_rk3288.h [new file with mode: 0644]
This page took 0.036476 seconds and 4 git commands to generate.