qi: add build instructions for the bootloader
[qi-bootmenu-system/guyou.git] / sources / patches / qi-bootloader-gta02-boot-parameters.patch
blobbe332ffcea558a75b515c90c3bd40d6e19abbf8e
1 diff --git a/src/cpu/s3c2442/gta02.c b/src/cpu/s3c2442/gta02.c
2 index 32a63bf..747363b 100644
3 --- a/src/cpu/s3c2442/gta02.c
4 +++ b/src/cpu/s3c2442/gta02.c
5 @@ -739,8 +739,9 @@ const struct board_api board_api_gta02 = {
6 /* NOTE offset below is replaced at runtime */
7 .offset_blocks512_if_no_partition = 0x80000 / 512,
8 .filesystem = FS_RAW,
9 - .commandline_append = " rootfstype=jffs2 "
10 - "root=/dev/mtdblock6 ",
11 + .commandline_append = "rootfstype=jffs2 "
12 + "root=/dev/mtdblock6 "
13 + "lpj=498688 ",
16 /* boot NAND kernel on AUX press */