This patch resizes flash for the msm800sev.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
* ron minnich rminnich@gmail.com [070505 00:47]:
This patch resizes flash for the msm800sev.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
no video rom?
Index: targets/digitallogic/msm800sev/Config.lb
--- targets/digitallogic/msm800sev/Config.lb (revision 2635) +++ targets/digitallogic/msm800sev/Config.lb (working copy) @@ -7,8 +7,9 @@
## ROM_SIZE is the total number of bytes allocated for LinuxBIOS use ## (normal AND fallback images and payloads). -## leave 64k for vsa and 32K for video ROM -option ROM_SIZE = 1024*1024 - 64*1024 - 32 * 1024 +## leave 36k for vsa +## +option ROM_SIZE = 1024*1024 - 36 * 1024
## ROM_IMAGE_SIZE is the maximum number of bytes allowed for a LinuxBIOS image, ## not including any payload.
-- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios
On 5/4/07, Stefan Reinauer stepan@coresystems.de wrote:
- ron minnich rminnich@gmail.com [070505 00:47]:
This patch resizes flash for the msm800sev.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
no video rom?
Not for this particular target. One thing at a time :-)
ron