* util/grub-mkimage.c (generate_image): Refuse to create the images

bigger than the actual flash (512K) in Loongson machines. 512K is also
	the biggest chip supported by them.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-01-24 02:44:27 +01:00
parent 3533413cd5
commit 3281d3d6d4
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2011-01-24 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkimage.c (generate_image): Refuse to create the images
bigger than the actual flash (512K) in Loongson machines. 512K is also
the biggest chip supported by them.
2011-01-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/getroot.c: Include config-util.h explicitly.