diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2013-01-21 03:55:25 +0000 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:47:21 -0600 |
commit | 47f53649a2086bf9c351e86cf5481d14c7ea5720 (patch) | |
tree | 9acde0bdfeff5edec3671cdc5fe19820dc562d98 /boards.cfg | |
parent | a7bc914446b46407bb478d4c7b6cb616e1cddb49 (diff) | |
download | u-boot-midas-47f53649a2086bf9c351e86cf5481d14c7ea5720.tar.gz u-boot-midas-47f53649a2086bf9c351e86cf5481d14c7ea5720.tar.bz2 u-boot-midas-47f53649a2086bf9c351e86cf5481d14c7ea5720.zip |
powerpc/83xx/km: cleanup tuxx1 support
This is a preparation for the upcoming kmopti2 board. This board has
also a second fpga on board which is different to the tuxx1 target. But we
want to use the same header file. So remove the config option
KM_DISABLE_APP2 and simply use the board names to distinguish the features.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'boards.cfg')
-rw-r--r-- | boards.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/boards.cfg b/boards.cfg index b1319aace0..c1ed138b3c 100644 --- a/boards.cfg +++ b/boards.cfg @@ -705,9 +705,9 @@ SIMPC8313_SP powerpc mpc83xx simpc8313 sheldon TQM834x powerpc mpc83xx tqm834x tqc suvd3 powerpc mpc83xx km83xx keymile - suvd3:SUVD3 kmvect1 powerpc mpc83xx km83xx keymile - suvd3:KMVECT1 -tuge1 powerpc mpc83xx km83xx keymile - tuxx1:KM_DISABLE_APP2,TUGE1 -tuxx1 powerpc mpc83xx km83xx keymile -kmsupx5 powerpc mpc83xx km83xx keymile - tuxx1:KM_DISABLE_APP2,KMSUPX5 +tuge1 powerpc mpc83xx km83xx keymile - tuxx1:TUGE1 +tuxx1 powerpc mpc83xx km83xx keymile - tuxx1:TUXX1 +kmsupx5 powerpc mpc83xx km83xx keymile - tuxx1:KMSUPX5 sbc8548 powerpc mpc85xx sbc8548 - - sbc8548 sbc8548_PCI_33 powerpc mpc85xx sbc8548 - - sbc8548:PCI,33 sbc8548_PCI_33_PCIE powerpc mpc85xx sbc8548 - - sbc8548:PCI,33,PCIE |