9
0
Fork 0

archosg9: improve configuration

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Vicente Bergas 2012-11-24 04:24:24 +01:00 committed by Sascha Hauer
parent 21a911a0de
commit 4487a92c36
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1,3 @@
global.linux.bootargs.base="earlyprintk=serial console=ttyO1,1000000n8 keep_bootcon pm_disable initcall_debug ignore_loglevel no_console_suspend=1 root=/dev/ram0 init=/linuxrc"
global.bootm.image="${TARGET_ROOT}/boot/zImage"
global.bootm.initrd="${TARGET_ROOT}/boot/initrd"
global.linux.bootargs.base="console=ttyO0,115200n8 root=/dev/ram0"

View File

@ -1,5 +1,6 @@
mkdir /usb
mount -t omap4_usbbootfs omap4_usbboot /usb
TARGET_ROOT="/mnt/usb"
mkdir ${TARGET_ROOT}
mount -t omap4_usbbootfs omap4_usbboot ${TARGET_ROOT}
. /env/config
. /usb/boot/config
bootm -r /usb/boot/initrd /usb/boot/zImage
. ${TARGET_ROOT}/boot/config
bootm

View File

@ -55,7 +55,7 @@ CONFIG_CMD_I2C=y
CONFIG_DRIVER_SERIAL_OMAP4_USBBOOT=y
CONFIG_DRIVER_SERIAL_NS16550=y
CONFIG_DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS=y
CONFIG_BAUDRATE=1000000
CONFIG_BAUDRATE=115200
# CONFIG_SPI is not set
CONFIG_I2C=y
CONFIG_I2C_OMAP=y