update kernel/arch/sh/configs/idl4k_defconfig
This commit is contained in:
parent
b352444234
commit
f4633370b3
@ -365,7 +365,8 @@ CONFIG_BOOT_LINK_OFFSET=0x00800000
|
|||||||
CONFIG_ENTRY_OFFSET=0x00001000
|
CONFIG_ENTRY_OFFSET=0x00001000
|
||||||
# CONFIG_UBC_WAKEUP is not set
|
# CONFIG_UBC_WAKEUP is not set
|
||||||
# CONFIG_CMDLINE_OVERWRITE 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
|
# Bus options
|
||||||
|
@ -11,6 +11,7 @@ if test -r /root/fw.tgz; then
|
|||||||
cp -av /root/syscall-dump.so /1/usr/lib
|
cp -av /root/syscall-dump.so /1/usr/lib
|
||||||
cp -av /root/s2i-dump.sh /1
|
cp -av /root/s2i-dump.sh /1
|
||||||
cp -av /usr/bin/strace /1/usr/bin
|
cp -av /usr/bin/strace /1/usr/bin
|
||||||
|
rm /root/fw.tgz
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
if ! test -d /mnt/s2i-log; then
|
if ! test -d /mnt/s2i-log; then
|
||||||
|
Loading…
Reference in New Issue
Block a user