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>master
parent
6fe7845a98
commit
9316e14400
@ -0,0 +1,6 @@ |
||||
RPI BOARD |
||||
M: Stephen Warren <swarren@wwwdotorg.org> |
||||
S: Maintained |
||||
F: board/raspberrypi/rpi/ |
||||
F: include/configs/rpi.h |
||||
F: configs/rpi_defconfig |
@ -1,6 +0,0 @@ |
||||
RPI_B BOARD |
||||
M: Stephen Warren <swarren@wwwdotorg.org> |
||||
S: Maintained |
||||
F: board/raspberrypi/rpi_b/ |
||||
F: include/configs/rpi_b.h |
||||
F: configs/rpi_b_defconfig |
@ -1,2 +0,0 @@ |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_RPI_B=y |
@ -0,0 +1,2 @@ |
||||
CONFIG_ARM=y |
||||
CONFIG_TARGET_RPI=y |
Loading…
Reference in new issue