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 /configs/rpi_defconfig | |
parent | 6fe7845a9823c12aa673ad3590059528c184b987 (diff) | |
download | u-boot-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 'configs/rpi_defconfig')
-rw-r--r-- | configs/rpi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig new file mode 100644 index 0000000..9379cf0 --- /dev/null +++ b/configs/rpi_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_RPI=y |