This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: sh7785lcr board setup |
| 3 |
#@DESCRIPTION: Machine configuration for Renesas sh7785lcr(SH7785) board |
| 4 |
|
| 5 |
TARGET_ARCH = "sh4" |
| 6 |
|
| 7 |
require conf/machine/include/tune-sh4.inc |
| 8 |
|
| 9 |
KERNEL_IMAGETYPE = "uImage" |
| 10 |
|
| 11 |
SERIAL_CONSOLE = "115200 ttySC1" |
| 12 |
|
| 13 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 14 |
MACHINE_FEATURES = "kernel26 ext2 vfat ethernet" |
| 15 |
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
| 16 |
|
| 17 |
UBOOT_ARCH = "sh" |
| 18 |
UBOOT_MACHINE = "sh7785lcr_32bit_config" |
| 19 |
UBOOT_LOADADDRESS ?= "0x80001000" |
| 20 |
UBOOT_ENTRYPOINT ?= "0x80002000" |