On 04/12/2013 04:35 PM, Tom Rini wrote: > On Fri, Apr 12, 2013 at 03:30:39PM -0700, Tom Warren wrote: > >> Beaver is a Tegra30 board that is nearly 100% compatible >> w/Cardhu. Add a Beaver build so it can begin to be >> differentiated, if need be. >> >> Signed-off-by: Tom Warren <[email protected]> --- >> board/nvidia/beaver/Makefile | 38 +++++++++++++++++++++ >> board/nvidia/dts/tegra30-beaver.dts | 66 >> +++++++++++++++++++++++++++++++++++++ boards.cfg | 1 + > > OK, I assume cardhu and beaver dts files differ, right? If so, > maybe we can find a smaller way to just say we have N boards that > use a different dts, but that's it?
I think you can do that just be modifying boards.cfg; n lines with the same content except for the name in the first column, e.g.: > snow arm armv7 smdk5250 > samsung exynos > smdk5250 arm armv7 smdk5250 > samsung exynos You can also add an extra column with options if needed, although I imagine the makefiles can see the value of the first column to e.g. select different .dts files? Perhaps we should do the same for Seaboard/Ventana too. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

