From 661dcdda07ca5dcb44316ba1de69ec2d6831d7ad Mon Sep 17 00:00:00 2001 From: Wang Xu Date: Sat, 30 Jan 2016 23:42:06 +0800 Subject: [PATCH] new kernel is bigger, increase the cbfs rom size Signed-off-by: Wang Xu --- build/make-initrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make-initrd.sh b/build/make-initrd.sh index 288386b..de28d77 100755 --- a/build/make-initrd.sh +++ b/build/make-initrd.sh @@ -36,7 +36,7 @@ if [ "$1"x = "cbfs"x ]; then mkdir .cbfs dd if=/dev/zero of=.cbfs/boot.bin bs=4096 count=1 - cbfstool .cbfs/cbfs.rom create -s 4096k -B .cbfs/boot.bin -m x86 0x1000 + cbfstool .cbfs/cbfs.rom create -s 8128k -B .cbfs/boot.bin -m x86 0x1000 cbfstool .cbfs/cbfs.rom add -f kernel -n vmlinuz -t raw cbfstool .cbfs/cbfs.rom add -f hyper-initrd.img -n initrd -t raw echo 'console=ttyS0 panic=1 no_timer_check' > .cbfs/cmdline