update kernel/arch/sh/configs/idl4k_defconfig

This commit is contained in:
Jaroslav Kysela 2015-05-12 11:23:26 +02:00
parent b352444234
commit f4633370b3
2 changed files with 3 additions and 1 deletions

View File

@ -365,7 +365,8 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000
CONFIG_ENTRY_OFFSET=0x00001000
# CONFIG_UBC_WAKEUP is not set
# CONFIG_CMDLINE_OVERWRITE is not set
# CONFIG_CMDLINE_EXTEND is not set
CONFIG_CMDLINE_EXTEND=y
CONFIG_CMDLINE="console=ttyAS0,115200 bigphysarea=20000"
#
# Bus options

View File

@ -11,6 +11,7 @@ if test -r /root/fw.tgz; then
cp -av /root/syscall-dump.so /1/usr/lib
cp -av /root/s2i-dump.sh /1
cp -av /usr/bin/strace /1/usr/bin
rm /root/fw.tgz
exit 0
fi
if ! test -d /mnt/s2i-log; then