Am 23.06.2011 um 11:21 schrieb Wayne Xia:
Signed-off-by: Wayne Xia <xiaw...@linux.vnet.ibm.com>
---
Makefile | 3 +-
hw/fw_cfg.c | 131 ++++++++++++++++++++++++++++++++++++++++++++++++
++++++++-
qemu-config.c | 27 ++++++++++++
sysemu.h | 3 +
vl.c | 17 +++++++-
5 files changed, 178 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 65edcf4..8cdd687 100644
--- a/Makefile
+++ b/Makefile
@@ -188,7 +188,8 @@ bamboo.dtb petalogix-s3adsp1800.dtb petalogix-
ml605.dtb \
mpc8544ds.dtb \
multiboot.bin linuxboot.bin \
s390-zipl.rom \
-spapr-rtas.bin slof.bin
+spapr-rtas.bin slof.bin \
+bootsplash.bmp
This will break `make install' since it depends on a file added with
2/3.
Better divide into logical changes or reorder the patches.
Andreas