diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-03-29 23:35:46 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-03-29 23:35:46 +0200 |
commit | 526669b8a33fe847707a517ba5acdf743ce78a12 (patch) | |
tree | f6e66fab94e60d1ccbcc2a05fda3653b58d9afd7 /conf/machine | |
parent | a1d8d7d4702c27a268d9ae39e6ce617621a57a5a (diff) |
spitz.conf: fix typo
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/spitz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 1c9207941b..128fa51c24 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -20,4 +20,4 @@ MACHINE_DISPLAY_HEIGHT_PIXELS=640 MACHINE_DISPLAY_ORIENTATION=270 # used by u-boot: -UBOOT_MACHINE_c7x0 = "akita_config" +UBOOT_MACHINE_spitz = "akita_config" |