arm: ep9315: Return back Cirrus Logic EDB9315A board supportThis patch returns back support for old ep93xx processors familySigned-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com>Cc: albe
arm: ep9315: Return back Cirrus Logic EDB9315A board supportThis patch returns back support for old ep93xx processors familySigned-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com>Cc: albert.u.boot@aribaud.net
show more ...
Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk <wd@denx.de>[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini <trini@ti.com>
Move architecture-specific includes to arch/$ARCH/include/asmThis helps to clean up the include/ directory so that it only containsnon-architecture-specific headers and also matches Linux's direct
Move architecture-specific includes to arch/$ARCH/include/asmThis helps to clean up the include/ directory so that it only containsnon-architecture-specific headers and also matches Linux's directorylayout which many U-Boot developers are already familiar with.Signed-off-by: Peter Tyser <ptyser@xes-inc.com>