mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
6451223a8d
This patch adds full DM support to the SPL on MVEBU. Currently only serial is supported. Other drivers will follow. This patch also adds the necessary config values for the DEBUG UART to the MVEBU defconfig files. This came in handy while implementing this DM support. Additionally, the mvebu specific SPL linker script is removed and this common one is used instead: arch/arm/cpu/u-boot-spl.lds This common linker script already handles all special cases. No need to reinvent the wheel for MVEBU here. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> Cc: Dirk Eibach <dirk.eibach@gdsys.cc> Cc: Simon Glass <sjg@chromium.org>
12 lines
245 B
INI
12 lines
245 B
INI
#
|
|
# Copyright (C) 2014 Stefan Roese <sr@denx.de>
|
|
#
|
|
|
|
# Armada XP uses version 1 image format
|
|
VERSION 1
|
|
|
|
# Boot Media configurations
|
|
BOOT_FROM spi
|
|
|
|
# Binary Header (bin_hdr) with DDR3 training code
|
|
BINARY spl/u-boot-spl-dtb.bin 0000005b 00000068
|