diff options
author | Stephen Warren <swarren@wwwdotorg.org> | 2014-11-20 03:41:03 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-08 14:35:42 (GMT) |
commit | 9316e14400c255e02f66bfb6d1e3d1dce3daf86a (patch) | |
tree | a71a8be7dd2d3b764d46399caf63407cd8dc4872 /arch/arm | |
parent | 6fe7845a9823c12aa673ad3590059528c184b987 (diff) | |
download | u-boot-fsl-qoriq-9316e14400c255e02f66bfb6d1e3d1dce3daf86a.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0982117..7a64b66 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -396,8 +396,8 @@ config TARGET_MX35PDK bool "Support mx35pdk" select CPU_ARM1136 -config TARGET_RPI_B - bool "Support rpi_b" +config TARGET_RPI + bool "Support rpi" select CPU_ARM1176 config TARGET_TNETV107X_EVM @@ -931,7 +931,7 @@ source "board/palmtreo680/Kconfig" source "board/phytec/pcm051/Kconfig" source "board/ppcag/bg0900/Kconfig" source "board/pxa255_idp/Kconfig" -source "board/raspberrypi/rpi_b/Kconfig" +source "board/raspberrypi/rpi/Kconfig" source "board/ronetix/pm9261/Kconfig" source "board/ronetix/pm9263/Kconfig" source "board/ronetix/pm9g45/Kconfig" |