diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-12-14 10:29:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-14 10:55:30 +0100 |
commit | 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf (patch) | |
tree | bde84327c29fa423337f5ee73c0ebdbf8cac27a3 /cpu/mpc86xx/release.S | |
parent | 0e0c862efe7279e9609db74d758cd1b84c6c7209 (diff) | |
download | u-boot-imx-3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf.zip u-boot-imx-3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf.tar.gz u-boot-imx-3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf.tar.bz2 |
Fix new found CFG_
Also fix some minor typos.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'cpu/mpc86xx/release.S')
-rw-r--r-- | cpu/mpc86xx/release.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc86xx/release.S b/cpu/mpc86xx/release.S index b524e50..95efbb4 100644 --- a/cpu/mpc86xx/release.S +++ b/cpu/mpc86xx/release.S @@ -125,7 +125,7 @@ invl2: mtspr HID0, r5 /* enable + invalidate */ mtspr HID0, r3 /* enable */ sync -#ifdef CFG_L2 +#ifdef CONFIG_SYS_L2 sync lis r3, L2_ENABLE@h ori r3, r3, L2_ENABLE@l |