Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 514a30d9 authored by Grant Likely's avatar Grant Likely
Browse files

powerpc/virtex: Add uImage to the default images list



It is common to use U-Boot on Xilinx Virtex platforms.  This patch
ensures that CONFIG_DEFAULT_UIMAGE is selected for virtex

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent be687518
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -153,6 +153,7 @@ config 405GPR

config XILINX_VIRTEX
	bool
	select DEFAULT_UIMAGE

config XILINX_VIRTEX_II_PRO
	bool
+1 −0
Original line number Diff line number Diff line
@@ -246,6 +246,7 @@ config IBM440EP_ERR42
# Xilinx specific config options.
config XILINX_VIRTEX
	bool
	select DEFAULT_UIMAGE

# Xilinx Virtex 5 FXT FPGA architecture, selected by a Xilinx board above
config XILINX_VIRTEX_5_FXT