From 07cba3514b260aad26409fab2dfadbd9d2e467dc Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 12 Jul 2004 14:37:59 +0000 Subject: Patch by Mark Jonas, 02 Jul 2004: Fix lowboot (again) on MPC5xxx --- cpu/mpc5xxx/start.S | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpu/mpc5xxx') diff --git a/cpu/mpc5xxx/start.S b/cpu/mpc5xxx/start.S index a2ac999..3936b55 100644 --- a/cpu/mpc5xxx/start.S +++ b/cpu/mpc5xxx/start.S @@ -107,12 +107,12 @@ boot_warm: /*--------------------------------------------------------------*/ #if defined(CFG_LOWBOOT) -#if defined(CFG_RAMBOOT) -#error CFG_LOWBOOT is incompatible with CFG_RAMBOOT -#endif /* CFG_RAMBOOT */ -#if defined(CFG_LOWBOOT) -#error CFG_LOWBOOT is incompatible with MGT5100 -#endif /* CFG_LOWBOOT */ +# if defined(CFG_RAMBOOT) +# error CFG_LOWBOOT is incompatible with CFG_RAMBOOT +# endif /* CFG_RAMBOOT */ +# if defined(CONFIG_MGT5100) +# error CFG_LOWBOOT is incompatible with MGT5100 +# endif /* CONFIG_MGT5100 */ lis r4, CFG_DEFAULT_MBAR@h lis r3, START_REG(CFG_BOOTCS_START)@h ori r3, r3, START_REG(CFG_BOOTCS_START)@l -- cgit v1.1