On Sat, 30 Jan 2016 16:37:53 -0700 Simon Glass [email protected] wrote: > At present we have code in arch/arm and code in drivers/video. Move it all > into drivers/video since it is a display driver and our current approach is > to put all driver code in drivers/. > > Make a few functions static now that they are not used outside the file. > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v2: > - Fix a checkpatch warning > > arch/arm/include/asm/arch-tegra20/display.h | 21 -- > arch/arm/mach-tegra/tegra20/Makefile | 2 - > arch/arm/mach-tegra/tegra20/display.c | 378 -------------------------- > drivers/video/tegra.c | 396 > ++++++++++++++++++++++++++++ > 4 files changed, 396 insertions(+), 401 deletions(-)
Acked-by: Anatolij Gustschin <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

