1
0
Fork 0
remarkable-uboot/arch/arm/mach-bcm283x
Stephen Warren fe84ebf021 rpi: remove redundant board files
Now that rpi_*defconfig and Kconfig (rather than the config header file)
provide the identity of the build, we don't need to separate config
headers and board directories for each RPi variant. Set CONFIG_SYS_BOARD
and CONFIG_SYS_CONFIG_NAME so that we can get rid of the duplication. This
requires a tiny number of extra ifdefs in the config header.

The only disadvantage of this approach is that the $board/$board_name
environment variables aren't as descriptive as they used to be. This isn't
really an issue because those only exist to allow scripts to create DTB
filenames at runtime. However, the RPi board code already sets $fdtfile to
something more accurate based on FW-reported board ID anyway.

While at it, unify some Kconfig select options, and add a MAINTAINERS
entry for bcm283x too.

Partially-suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-04-11 20:48:23 -04:00
..
include/mach ARM: bcm283x: don't always define CONFIG_BCM2835 2016-03-27 09:12:20 -04:00
Kconfig rpi: remove redundant board files 2016-04-11 20:48:23 -04:00
Makefile rpi: remove redundant board files 2016-04-11 20:48:23 -04:00
init.c RPi: Enable caches for rpi2 2016-03-27 09:12:18 -04:00
lowlevel_init.S Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
mbox.c ARM: bcm2835: fix 64-bit build warning in mbox 2016-03-27 09:12:20 -04:00
phys2bus.c ARM: bcm283x: don't always define CONFIG_BCM2835 2016-03-27 09:12:20 -04:00
reset.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00