Set ROM delay to 1

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-11 03:21:10 +01:00
parent bf8b8ab725
commit 21eecb8e83
2 changed files with 13 additions and 0 deletions

View file

@ -54,4 +54,8 @@
#define GRUB_CPU_LOONGSON_COP0_CACHE_TAGLO $28
#define GRUB_CPU_LOONGSON_COP0_CACHE_TAGHI $29
#define GRUB_CPU_LOONGSON_LIOCFG 0xbfe00108
#define GRUB_CPU_LOONGSON_ROM_DELAY_OFFSET 2
#define GRUB_CPU_LOONGSON_ROM_DELAY_MASK 0x1f
#endif