diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2006-03-27 23:44:37 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2006-03-27 23:44:37 -0600 |
commit | 9cf8ca38719e08e5388ddd37ef1c46442b8f99a4 (patch) | |
tree | 9ab7ee91cf57f51e7e6ba23b80c596ebc6228911 /arch/powerpc/platforms/85xx/Kconfig | |
parent | 5cd272085bbc905532869f3e1fd18a7100496b56 (diff) |
powerpc: Make uImage default build output for MPC8540 ADS
When we build for the MPC8540 ADS produce a uImage by default.
Updated the defconfig to reflect this as well.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index d3d0ff745e8..06e371282f5 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -7,6 +7,7 @@ choice config MPC8540_ADS bool "Freescale MPC8540 ADS" + select DEFAULT_UIMAGE help This option enables support for the MPC 8540 ADS board |