]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: rpi: rename rpi_b to rpi
authorStephen Warren <swarren@wwwdotorg.org>
Thu, 20 Nov 2014 03:41:03 +0000 (20:41 -0700)
committerTom Rini <trini@ti.com>
Mon, 8 Dec 2014 14:35:42 +0000 (09:35 -0500)
commit9316e14400c255e02f66bfb6d1e3d1dce3daf86a
treea71a8be7dd2d3b764d46399caf63407cd8dc4872
parent6fe7845a9823c12aa673ad3590059528c184b987
ARM: rpi: rename rpi_b to rpi

The U-Boot port runs on a variety of RPi models, not just the B. So,
rename the port to something slightly more generic.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
board/raspberrypi/rpi/Kconfig [moved from board/raspberrypi/rpi_b/Kconfig with 71% similarity]
board/raspberrypi/rpi/MAINTAINERS [new file with mode: 0644]
board/raspberrypi/rpi/Makefile [moved from board/raspberrypi/rpi_b/Makefile with 96% similarity]
board/raspberrypi/rpi/rpi.c [moved from board/raspberrypi/rpi_b/rpi_b.c with 100% similarity]
board/raspberrypi/rpi_b/MAINTAINERS [deleted file]
common/lcd.c
configs/rpi_b_defconfig [deleted file]
configs/rpi_defconfig [new file with mode: 0644]
doc/README.clang
include/configs/rpi.h [moved from include/configs/rpi_b.h with 100% similarity]