On 18 January 2017 at 14:44, Maxim Sloyko <[email protected]> wrote: > Add configuration file with parameters that are very likely to be shared by > all ast2500-based boards. > Add ast2500-board.c file with the init code that is very likely to be > shared by all ast2500-based boards. > > --- > > Changes in v4: > - Fixed include file order in ast2500-board.c > - Multiple cosmetic changes: new lines, removed parens etc. > - Removed local PRE_CON_RAM_SZ variable from aspeed-common.h > > Changes in v3: > - Removed CONFIG_SYS_TEXT_BASE in favor of Kconfig option > - In aspeed-common.h changed some options from define CONFIG_FOO 1 to > define CONFIG_FOO > > Changes in v2: None > Changes in v1: > - Merge together all patches related to ast2500 boards common > functions/configs > - Add copyright statement to ast2500-board.c > > Signed-off-by: Maxim Sloyko <[email protected]> > --- > arch/arm/mach-aspeed/Makefile | 2 +- > arch/arm/mach-aspeed/ast2500-board.c | 83 > ++++++++++++++++++++++++++++++++++++ > include/configs/aspeed-common.h | 81 +++++++++++++++++++++++++++++++++++ > 3 files changed, 165 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/mach-aspeed/ast2500-board.c > create mode 100644 include/configs/aspeed-common.h
Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

