[oe] [meta-handheld][PATCH 2/6] zaurus: remove u-boot remnants from akita/spitz/c7x0 configs

Andrea Adami andrea.adami at gmail.com
Fri Apr 5 22:00:32 UTC 2013


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 conf/machine/akita.conf | 4 ----
 conf/machine/c7x0.conf  | 4 ----
 conf/machine/spitz.conf | 5 -----
 3 files changed, 13 deletions(-)

diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf
index 0b31954..c881693 100644
--- a/conf/machine/akita.conf
+++ b/conf/machine/akita.conf
@@ -17,7 +17,3 @@ 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}"
diff --git a/conf/machine/c7x0.conf b/conf/machine/c7x0.conf
index f5ec132..c0f07e1 100644
--- a/conf/machine/c7x0.conf
+++ b/conf/machine/c7x0.conf
@@ -20,7 +20,3 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "640"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 MACHINE_DISPLAY_ORIENTATION = "0"
 MACHINE_DISPLAY_PPI = "216"
-
-UBOOT_MACHINE = "corgi_config"
-UBOOT_ENTRYPOINT = "0xA0008000"
-UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf
index f585197..b2283ec 100644
--- a/conf/machine/spitz.conf
+++ b/conf/machine/spitz.conf
@@ -22,8 +22,3 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "640"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
 MACHINE_DISPLAY_ORIENTATION = "270"
 MACHINE_DISPLAY_PPI = "216"
-
-# spitz and akita share same u-boot machine
-UBOOT_MACHINE = "akita_config"
-UBOOT_ENTRYPOINT = "0xA1000000"
-UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}"
-- 
1.7.12.4





More information about the Openembedded-devel mailing list