Re: [U-Boot] [PATCH] common: Move dram_init() declaration to common location

2015-01-30 Thread Simon Glass
On 30 January 2015 at 02:58, Michal Simek wrote: > Signed-off-by: Michal Simek > --- > > Build tested for Microblaze and x86. > Created based on my discussion with Simon. > --- > arch/arm/include/asm/u-boot-arm.h | 1 - > arch/nds32/include/asm/u-boot-nds32.h | 1 - > arch/sandbox/in

[U-Boot] [PATCH] common: Move dram_init() declaration to common location

2015-01-30 Thread Michal Simek
Signed-off-by: Michal Simek --- Build tested for Microblaze and x86. Created based on my discussion with Simon. --- arch/arm/include/asm/u-boot-arm.h | 1 - arch/nds32/include/asm/u-boot-nds32.h | 1 - arch/sandbox/include/asm/u-boot-sandbox.h | 1 - arch/x86/include/asm/u-boot-x86.h