summaryrefslogtreecommitdiff
path: root/conf/machine/akita.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/akita.conf')
-rw-r--r--conf/machine/akita.conf14
1 files changed, 12 insertions, 2 deletions
diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf
index 0f5eaca9cc..9930c89c6a 100644
--- a/conf/machine/akita.conf
+++ b/conf/machine/akita.conf
@@ -8,6 +8,16 @@ require conf/machine/include/zaurus-clamshell.inc
PACKAGE_EXTRA_ARCHS += "iwmmxt"
MACHINE_FEATURES += "iwmmxt"
-IMAGE_FSTYPES ?= "jffs2"
-
+# NAND factory-default
+# mtdparts=sharpsl-nand:7168k@0k(smf),59392k@7168k(root),-(home)
ROOT_FLASH_SIZE = "58"
+
+MACHINE_GUI_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "640"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
+MACHINE_DISPLAY_ORIENTATION = "270"
+MACHINE_DISPLAY_PPI = "216"
+
+UBOOT_MACHINE = "akita_config"
+UBOOT_ENTRYPOINT = "0xA1000000"
+UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"