vt8237r: Simplify bootblock init to work around nested if() romcc problem
authorPeter Stuge <peter@stuge.se>
Sat, 4 Jun 2011 15:40:12 +0000 (15:40 +0000)
committerPeter Stuge <peter@stuge.se>
Sat, 4 Jun 2011 15:40:12 +0000 (15:40 +0000)
commite1898b5fa1f007069c25be53a8369429135fa7e9
tree4b31e211079c17999dc5534ebcd08149af0dd791
parent471f103e530b97c1125acdab259043dd7f252fe9
vt8237r: Simplify bootblock init to work around nested if() romcc problem

During the hackathon in Prague we discovered that romcc has a problem
compiling the previous nested if() statements correctly. This patch
makes the code a little simpler, and indeed works around the romcc issue.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6620 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/via/vt8237r/bootblock.c