mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 06:32:23 +00:00
sunxi: Normalise FEL support
Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of creating its own. There are some #ifdefs required in start.S. Future work will hopefully remove these. This series is available at u-boot-dm, branch sunxi-working. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
c01c71bc16
commit
942cb0b6a2
10 changed files with 73 additions and 94 deletions
|
@ -154,10 +154,8 @@ ALL-y += $(obj)/$(BOARD)-spl.bin
|
|||
endif
|
||||
|
||||
ifdef CONFIG_SUNXI
|
||||
ifndef CONFIG_SPL_FEL
|
||||
ALL-y += $(obj)/sunxi-spl.bin
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_SYS_SOC),"at91")
|
||||
ALL-y += boot.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue