diff options
author | Philip Balister <philip@balister.org> | 2007-08-14 21:38:22 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-14 21:38:22 +0000 |
commit | 5cbf26e684910c167679596fc761cb166b0319c4 (patch) | |
tree | f6dfb98db4c070f448d3729cb0a5b8ac68a6c025 /conf | |
parent | 786dd2196282bcac3cab9eb6776d64bf82e43d40 (diff) |
omap2430sdp : Add support for the omap2430sdp board.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/tune-arm1136jf-s.conf | 2 | ||||
-rw-r--r-- | conf/machine/omap2430sdp.conf | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/conf/machine/include/tune-arm1136jf-s.conf b/conf/machine/include/tune-arm1136jf-s.conf index 9b4174018c..68316f36bf 100644 --- a/conf/machine/include/tune-arm1136jf-s.conf +++ b/conf/machine/include/tune-arm1136jf-s.conf @@ -1,2 +1,2 @@ -TARGET_CC_ARCH = "-march=armv6 -mtune=arm1136jf-s -mfpu=vfp" +TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" PACKAGE_ARCH = "armv6"
\ No newline at end of file diff --git a/conf/machine/omap2430sdp.conf b/conf/machine/omap2430sdp.conf new file mode 100644 index 0000000000..f13fa7def2 --- /dev/null +++ b/conf/machine/omap2430sdp.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: ARM 1136 cpu on OMAP2430 SDP board +#@DESCRIPTION: Machine configuration for the OMAP 2430 SDP development board with a arm1136 processor. + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te armv6" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-omap2" +PREFERRED_VERSION_u-boot = "1.1.4" + +SERIAL_CONSOLE ?= "115200 ttyS0" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" + +MACHINE_FEATURES = "kernel26" + +require conf/machine/include/tune-arm1136jf-s.conf |