diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-05-14 12:23:10 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-05-14 12:23:10 -0400 |
commit | 514a30d95f3277b9abed6044272ea97431bb9658 (patch) | |
tree | 054c1852bd2b5a1fbbbf7537db1d367a14e26485 /arch/powerpc/platforms/40x | |
parent | be687518781f5aed86bcc152023b9fcb4d5c6b50 (diff) |
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: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/40x')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 14e027f5be66..f39c953d5353 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -153,6 +153,7 @@ config 405GPR | |||
153 | 153 | ||
154 | config XILINX_VIRTEX | 154 | config XILINX_VIRTEX |
155 | bool | 155 | bool |
156 | select DEFAULT_UIMAGE | ||
156 | 157 | ||
157 | config XILINX_VIRTEX_II_PRO | 158 | config XILINX_VIRTEX_II_PRO |
158 | bool | 159 | bool |