commit | 7dbadfc5af7bdc54db701a6d61a28d37e29db7fe | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Jul 23 09:19:23 2015 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Jul 23 09:19:23 2015 -0400 |
tree | 1d549ba3310e96d7b287d14f37df343411882071 | |
parent | 4ec872aac65d59e0c28252051a7415f28971dd64 [diff] |
ramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY) under QEMU Don't require coreboot to use CONFIG_FLASH_FLOPPY - with the latest QEMU, it's possible to place a floppy image into fw_cfg using the qemu command line (eg, "-fw_cfg name=floppyimg/MyFloppy,file=file.img"). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>