diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-29 11:38:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-29 11:38:29 +0000 |
commit | a7cf5e75e8c088dc197e2b244941439f625aef5f (patch) | |
tree | 62c0c4b3511aadd2cafa0fbacdf338bec5f106ed /conf | |
parent | ad5f7ca3c6a5da74881af0cb5ddba56e110f32bb (diff) |
c7x0: use imageon xserver
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/c7x0.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf index 6862a8095f..20fc2fb873 100644 --- a/conf/machine/c7x0.conf +++ b/conf/machine/c7x0.conf @@ -10,5 +10,5 @@ IMAGE_FSTYPES ?= "jffs2" ROOT_FLASH_SIZE = "25" # yes, we are aware that the husky (c760,c860) has 54MB rootfs, but we don't make a special image for it. -XSERVER = "xserver-kdrive-w100" +XSERVER = "xserver-kdrive-imageon" |