Re: [U-Boot] [PATCH v2 6/8] mvebu: Add rudimental MV78320 support

2015-12-22 Thread Stefan Roese
On 22.12.2015 00:25, Phil Sutter wrote: Signed-off-by: Phil Sutter Please always add a small description into the commit text. This is a common requirement, even for quite "simple" patches. Other than this look good, so: Reviewed-by: Stefan Roese Thanks, Stefan --- arch/arm/mach-mvebu/

[U-Boot] [PATCH v2 6/8] mvebu: Add rudimental MV78320 support

2015-12-21 Thread Phil Sutter
Signed-off-by: Phil Sutter --- arch/arm/mach-mvebu/cpu.c | 16 +++- arch/arm/mach-mvebu/include/mach/soc.h | 1 + arch/arm/mach-mvebu/serdes/axp/high_speed_env_lib.c | 6 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ar