diff options
Diffstat (limited to 'cpu/mpc86xx')
-rw-r--r-- | cpu/mpc86xx/release.S | 2 | ||||
-rw-r--r-- | cpu/mpc86xx/start.S | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/cpu/mpc86xx/release.S b/cpu/mpc86xx/release.S index b524e5016e..95efbb4f80 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 diff --git a/cpu/mpc86xx/start.S b/cpu/mpc86xx/start.S index 6645cb8825..63cc8dbcda 100644 --- a/cpu/mpc86xx/start.S +++ b/cpu/mpc86xx/start.S @@ -982,5 +982,3 @@ unlock_ram_in_cache: blr #endif #endif - - |