summaryrefslogtreecommitdiffstats
path: root/include/configs/acadia.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2009-09-11 17:09:45 +0200
committerStefan Roese <sr@denx.de>2009-09-17 14:08:26 +0200
commit84a45d33c2cc261dbd5411f7c2ad45f6003025b6 (patch)
tree0340dd6554c81d0b5eb9b65a70c0e116e40bb54a /include/configs/acadia.h
parent95a4a593b577b6e2f1da2d4b0f5ec86975c33413 (diff)
downloadtalos-obmc-uboot-84a45d33c2cc261dbd5411f7c2ad45f6003025b6.tar.gz
talos-obmc-uboot-84a45d33c2cc261dbd5411f7c2ad45f6003025b6.zip
ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
Acadia still used the "old" arch/ppc bootm commands for booting Linux images without FDT. This patch now enables these fdt-aware boot commands for Acadia as well. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/acadia.h')
-rw-r--r--include/configs/acadia.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/acadia.h b/include/configs/acadia.h
index b71010769f..2fb48b641b 100644
--- a/include/configs/acadia.h
+++ b/include/configs/acadia.h
@@ -225,7 +225,8 @@
*/
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_AMCC_DEF_ENV \
- CONFIG_AMCC_DEF_ENV_PPC \
+ CONFIG_AMCC_DEF_ENV_POWERPC \
+ CONFIG_AMCC_DEF_ENV_PPC_OLD \
CONFIG_AMCC_DEF_ENV_NOR_UPD \
CONFIG_AMCC_DEF_ENV_NAND_UPD \
"kernel_addr=fff10000\0" \
OpenPOWER on IntegriCloud