[PATCH] add README cp form the mail list

xiangfu xiangfu at openmoko.org
Thu Oct 30 17:55:38 CET 2008


---
 Makefile |    5 +++--
 README   |    6 +++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 374d83e..7c53ecb 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ UDFU_VID = 0x1d50
 UDFU_PID = 0x5119
 UDFU_REV = 0x350

-TARGET	= image/start_qi_all-$(CPU)
+TARGET	= $(IMAGE_DIR)/start_qi_all-$(CPU)
 IMAGE = $(IMAGE_DIR)/qi-$(CPU)-$(BUILD_VERSION)
 UDFU_IMAGE = $(IMAGE_DIR)/qi-$(CPU)-$(BUILD_VERSION).udfu

@@ -77,5 +77,6 @@ ${UDFU_IMAGE}:${OBJS} ${MKUDFU}
 	@$(OBJDUMP) -d ${TARGET} >${IMAGE}.dis

 clean:
-	@rm -f src/*.o  cpu/*/*.o cpu/*/*~ src/*~ src/drivers/*.o
src/drivers/*~ include/*~ ${IMAGE_DIR}/* ${TARGET} ${UDFU_IMAGE}
+	@rm -f src/*.o  cpu/*/*.o cpu/*/*~ src/*~ src/drivers/*.o src/drivers/*~ \
+		include/*~ ${IMAGE_DIR}/* ${TARGET} ${UDFU_IMAGE}
 	@make clean -C $(TOOLS)
diff --git a/README b/README
index 8b13789..e489299 100644
--- a/README
+++ b/README
@@ -1 +1,5 @@
-
+Backlight turns on right away, but screen remains blank until kernel load,
+and kernel does NOT output gobs of text to the screen.
+Will ALWAYS boot from uSD if first partition is ext2 and contains
+/boot/uImage.bin, otherwise boots from NAND.
+No splash screen.
-- 
1.5.4.3




More information about the openmoko-kernel mailing list