On 19 November 2014 at 20:41, Stephen Warren <[email protected]> wrote: > 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 <[email protected]> > --- > These two patches are based on "ARM: rpi_b: detect board revision" which > I sent recently. > --- > arch/arm/Kconfig | 6 +++--- > board/raspberrypi/{rpi_b => rpi}/Kconfig | 6 +++--- > board/raspberrypi/rpi/MAINTAINERS | 6 ++++++ > board/raspberrypi/{rpi_b => rpi}/Makefile | 2 +- > board/raspberrypi/{rpi_b/rpi_b.c => rpi/rpi.c} | 0 > board/raspberrypi/rpi_b/MAINTAINERS | 6 ------ > common/lcd.c | 2 +- > configs/rpi_b_defconfig | 2 -- > configs/rpi_defconfig | 2 ++ > doc/README.clang | 4 ++-- > include/configs/{rpi_b.h => rpi.h} | 0 > 11 files changed, 18 insertions(+), 18 deletions(-) > rename board/raspberrypi/{rpi_b => rpi}/Kconfig (71%) > create mode 100644 board/raspberrypi/rpi/MAINTAINERS > rename board/raspberrypi/{rpi_b => rpi}/Makefile (96%) > rename board/raspberrypi/{rpi_b/rpi_b.c => rpi/rpi.c} (100%) > delete mode 100644 board/raspberrypi/rpi_b/MAINTAINERS > delete mode 100644 configs/rpi_b_defconfig > create mode 100644 configs/rpi_defconfig > rename include/configs/{rpi_b.h => rpi.h} (100%)
Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

