From 9ce3e27cfd010afff27e829d6efc51b555fc354d Mon Sep 17 00:00:00 2001 From: Sandeep Paulraj Date: Mon, 18 Jul 2011 16:08:55 -0400 Subject: [PATCH 1/1] Modification to IBL main function Modification was required to add c64x multi boot support Signed-off-by: Sandeep Paulraj --- src/main/iblmain.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/iblmain.c b/src/main/iblmain.c index cbd7a71..cbbcad7 100644 --- a/src/main/iblmain.c +++ b/src/main/iblmain.c @@ -341,9 +341,7 @@ void main (void) } iblStatus.heartBeat += 1; } - else -#endif - { +#else dip_setting = get_device_switch_setting(); @@ -371,7 +369,7 @@ void main (void) #endif } iblStatus.heartBeat += 1; - } +#endif } } /* main */ -- 2.39.2