summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-03-29 23:56:32 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-03-29 23:56:32 +0200
commit2af4308023cbce4fd0cfec1f4f2a3372d0a2f668 (patch)
treed71f31a6bf7aefccc07d0c458632d0870c1bc2e9 /conf
parent809a403054ff9fcdebc26fdb3f54226b30a89eb2 (diff)
downloadopenembedded-2af4308023cbce4fd0cfec1f4f2a3372d0a2f668.tar.gz
zaurus-clamshells: minor cleanings (machine-overrides unneeded)
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/akita.conf2
-rw-r--r--conf/machine/c7x0.conf3
-rw-r--r--conf/machine/spitz.conf1
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf
index 83331f2dad..728ce4d9fe 100644
--- a/conf/machine/akita.conf
+++ b/conf/machine/akita.conf
@@ -13,3 +13,5 @@ IMAGE_FSTYPES ?= "jffs2"
# NAND factory-default
# mtdparts=sharpsl-nand:7168k@0k(smf),59392k@7168k(root),-(home)
ROOT_FLASH_SIZE = "58"
+
+UBOOT_MACHINE = "akita_config"
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf
index 11a2f8960f..6a6c1b81a6 100644
--- a/conf/machine/c7x0.conf
+++ b/conf/machine/c7x0.conf
@@ -19,5 +19,4 @@ ROOT_FLASH_SIZE = "25"
XSERVER = "xserver-kdrive-imageon"
-# used by u-boot:
-UBOOT_MACHINE_c7x0 = "corgi_config"
+UBOOT_MACHINE = "corgi_config"
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf
index 7188885aa5..9cc087718c 100644
--- a/conf/machine/spitz.conf
+++ b/conf/machine/spitz.conf
@@ -23,5 +23,4 @@ MACHINE_DISPLAY_WIDTH_PIXELS=480
MACHINE_DISPLAY_HEIGHT_PIXELS=640
MACHINE_DISPLAY_ORIENTATION=270
-# used by u-boot:
UBOOT_MACHINE_spitz = "akita_config"