summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/release.S
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-08-11 11:29:28 -0500
committerWolfgang Denk <wd@denx.de>2008-08-12 00:09:29 +0200
commit902ca09246039964d59bbcb519b1e1b5aed01308 (patch)
treee1ad54fd61ada7cac84118efa6d52711b8e0b7d4 /cpu/mpc85xx/release.S
parent3216ca9692ff80d7c638723ef448f3d36301d9e7 (diff)
downloadblackbird-obmc-uboot-902ca09246039964d59bbcb519b1e1b5aed01308.tar.gz
blackbird-obmc-uboot-902ca09246039964d59bbcb519b1e1b5aed01308.zip
85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
Use CONFIG_NUM_CPUS to match existing define used by 86xx. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'cpu/mpc85xx/release.S')
-rw-r--r--cpu/mpc85xx/release.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc85xx/release.S b/cpu/mpc85xx/release.S
index a47edaea62..75676b5b9e 100644
--- a/cpu/mpc85xx/release.S
+++ b/cpu/mpc85xx/release.S
@@ -173,7 +173,7 @@ __secondary_start_page:
.align L1_CACHE_SHIFT
.globl __spin_table
__spin_table:
- .space CONFIG_NR_CPUS*ENTRY_SIZE
+ .space CONFIG_NUM_CPUS*ENTRY_SIZE
/* Fill in the empty space. The actual reset vector is
* the last word of the page */
OpenPOWER on IntegriCloud