Re: [SeaBIOS] [PATCH v2] build: explicitly set ROM size

2013-10-11 Thread Gerd Hoffmann
On Fr, 2013-09-27 at 11:04 +0200, Gerd Hoffmann wrote: Add a config option to specify the rom size wanted. Default is zero, which will automatically figure the needed size. Pushed now. cheers, Gerd ___ SeaBIOS mailing list SeaBIOS@seabios.org

[SeaBIOS] [PATCH v2] build: explicitly set ROM size

2013-09-27 Thread Gerd Hoffmann
Add a config option to specify the rom size wanted. Default is zero, which will automatically figure the needed size. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- Makefile| 3 ++- scripts/checkrom.py | 21 +++-- src/Kconfig | 11 +++ 3 files