]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
authorStefan Roese <sr@denx.de>
Fri, 11 Sep 2009 15:09:45 +0000 (17:09 +0200)
committerStefan Roese <sr@denx.de>
Thu, 17 Sep 2009 12:08:26 +0000 (14:08 +0200)
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>
include/configs/acadia.h

index b71010769f010d3fc49a0eb7fa93d0a3b27d6bc4..2fb48b641bcc227fe631dae35282cfb3c59d5431 100644 (file)
  */
 #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"                                        \