Quick emergency fix for unitialized variable. A number of recent changes
have resulted in breaking the kontron port. I am trying to fix them. In case there is any concern about the initialization: this is a scalar auto being initialized. The initialization is done in code. I have verified this both by checking the object code and actually running it; this fix resolves a break introduced at some point. Other breakage remains: kontron now hangs here: run_file returns with 0 Done RAM init code Done printk() buffer move disable_car entry disable_car global_vars copy done disable_car global_vars pointer adjusted entering asm code now Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1083 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
93ced1cbd1
commit
47a3ea35fc
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ static void rcba_config(void)
|
|||
*/
|
||||
int main(void)
|
||||
{
|
||||
int boot_mode;
|
||||
int boot_mode = 0;
|
||||
void i945_early_initialization(void);
|
||||
void enable_smbus(void);
|
||||
int fixup_i945_errata(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue