diff options
Diffstat (limited to 'conf/machine/hipox.conf')
| -rw-r--r-- | conf/machine/hipox.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/hipox.conf b/conf/machine/hipox.conf index 728ad2bb0d..7a2ac6f6e9 100644 --- a/conf/machine/hipox.conf +++ b/conf/machine/hipox.conf @@ -6,13 +6,13 @@ TARGET_ARCH = "arm" MACHINE_FEATURES = "kernel26 ext2 pci usbhost ethernet serial raid uboot" -SERIAL_CONSOLE = "115200 ttyS0" +SERIAL_CONSOLE = "115200 ttyS1" PREFERRED_PROVIDER_virtual/kernel = "linux" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot = "1.1.2" +PREFERRED_VERSION_u-boot = "2009.03" UBOOT_LOADADDRESS = "0x48008000" UBOOT_ENTRYPOINT = "0x48008000" UBOOT_ARCH = "arm" |
