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

Simon Glass sjg at chromium.org
Fri Jan 30 16:40:57 CET 2015


On 30 January 2015 at 02:58, Michal Simek <michal.simek at xilinx.com> wrote:
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> 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         | 6 ------
>  include/common.h                          | 1 +
>  5 files changed, 1 insertion(+), 9 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list