summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2021-08-11 14:39:05 -0400
committerYogesh Siraswar <yogeshs@ti.com>2021-08-17 11:21:54 +0000
commite21c11b4a44417f67c78503bc3f954c175ac20e2 (patch)
treee1d5252c9a4cc979e67e154abeb8dd7ad0b545a7 /conf/machine
parentf56051c9a8cf09f54c43b81301073eed71bbda97 (diff)
downloadmeta-ti-e21c11b4a44417f67c78503bc3f954c175ac20e2.tar.gz
meta-ti: convert to new override syntax in honister
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/am3517-evm.conf2
-rw-r--r--conf/machine/am37x-evm.conf2
-rw-r--r--conf/machine/am65xx-evm-k3r5-sr2.conf2
-rw-r--r--conf/machine/am65xx-hs-evm-k3r5-sr2.conf2
-rw-r--r--conf/machine/beagleboard.conf2
-rw-r--r--conf/machine/beaglebone.conf2
-rw-r--r--conf/machine/include/am64xx.inc2
-rw-r--r--conf/machine/include/am65xx.inc2
-rw-r--r--conf/machine/include/c66x.inc2
-rw-r--r--conf/machine/include/davinci.inc2
-rw-r--r--conf/machine/include/dra7xx.inc2
-rw-r--r--conf/machine/include/j7.inc2
-rw-r--r--conf/machine/include/k2e.inc2
-rw-r--r--conf/machine/include/k2g.inc2
-rw-r--r--conf/machine/include/k2hk.inc2
-rw-r--r--conf/machine/include/k2l.inc2
-rw-r--r--conf/machine/include/k3.inc2
-rw-r--r--conf/machine/include/k3r5.inc6
-rw-r--r--conf/machine/include/keystone.inc2
-rw-r--r--conf/machine/include/omap-a15.inc2
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--conf/machine/include/omap4.inc2
-rw-r--r--conf/machine/include/omapl1.inc2
-rw-r--r--conf/machine/include/omapl137.inc2
-rw-r--r--conf/machine/include/omapl138.inc2
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
-rw-r--r--conf/machine/omap3evm.conf2
28 files changed, 30 insertions, 30 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
index c20e2f6a..f194c648 100644
--- a/conf/machine/am3517-evm.conf
+++ b/conf/machine/am3517-evm.conf
@@ -8,7 +8,7 @@ MACHINE_GUI_CLASS = "smallscreen"
8MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
9 9
10IMAGE_FSTYPES += "ubi tar.xz" 10IMAGE_FSTYPES += "ubi tar.xz"
11EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 11EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048"
12 12
13SERIAL_CONSOLES = "115200;ttyS2" 13SERIAL_CONSOLES = "115200;ttyS2"
14USE_VT = "2" 14USE_VT = "2"
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf
index a512c8d0..9750fe64 100644
--- a/conf/machine/am37x-evm.conf
+++ b/conf/machine/am37x-evm.conf
@@ -8,7 +8,7 @@ MACHINE_GUI_CLASS = "smallscreen"
8MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
9 9
10IMAGE_FSTYPES += "ubi tar.xz" 10IMAGE_FSTYPES += "ubi tar.xz"
11EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 11EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048"
12 12
13KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" 13KERNEL_DEVICETREE = "omap3-evm-37xx.dtb"
14 14
diff --git a/conf/machine/am65xx-evm-k3r5-sr2.conf b/conf/machine/am65xx-evm-k3r5-sr2.conf
index c0b3cd51..e74dd3ab 100644
--- a/conf/machine/am65xx-evm-k3r5-sr2.conf
+++ b/conf/machine/am65xx-evm-k3r5-sr2.conf
@@ -5,7 +5,7 @@
5# Booting SR2 requires different SYSFW, the rest is handled at runtime 5# Booting SR2 requires different SYSFW, the rest is handled at runtime
6 6
7require conf/machine/am65xx-evm-k3r5.conf 7require conf/machine/am65xx-evm-k3r5.conf
8SOC_FAMILY_append = ":k3r5-sr2" 8SOC_FAMILY:append = ":k3r5-sr2"
9 9
10SYSFW_SOC = "am65x_sr2" 10SYSFW_SOC = "am65x_sr2"
11SYSFW_SYMLINK = "sysfw.itb" 11SYSFW_SYMLINK = "sysfw.itb"
diff --git a/conf/machine/am65xx-hs-evm-k3r5-sr2.conf b/conf/machine/am65xx-hs-evm-k3r5-sr2.conf
index ef1b6fbe..ff1645e4 100644
--- a/conf/machine/am65xx-hs-evm-k3r5-sr2.conf
+++ b/conf/machine/am65xx-hs-evm-k3r5-sr2.conf
@@ -5,7 +5,7 @@
5# Booting SR2 requires different SYSFW, the rest is handled at runtime 5# Booting SR2 requires different SYSFW, the rest is handled at runtime
6 6
7require conf/machine/am65xx-hs-evm-k3r5.conf 7require conf/machine/am65xx-hs-evm-k3r5.conf
8SOC_FAMILY_append = ":k3r5-sr2" 8SOC_FAMILY:append = ":k3r5-sr2"
9 9
10SYSFW_SOC = "am65x_sr2" 10SYSFW_SOC = "am65x_sr2"
11SYSFW_SYMLINK = "sysfw.itb" 11SYSFW_SYMLINK = "sysfw.itb"
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index ee51fd66..06777795 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -8,7 +8,7 @@ require conf/machine/include/omap3.inc
8MACHINE_GUI_CLASS = "bigscreen" 8MACHINE_GUI_CLASS = "bigscreen"
9 9
10IMAGE_FSTYPES += "tar.xz ubi" 10IMAGE_FSTYPES += "tar.xz ubi"
11EXTRA_IMAGECMD_jffs2 = "-lnp" 11EXTRA_IMAGECMD:jffs2 = "-lnp"
12 12
13KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb" 13KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb"
14 14
diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index 896a9d73..dcb14cc9 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -13,7 +13,7 @@ MACHINE_GUI_CLASS = "bigscreen"
13 13
14SERIAL_CONSOLES = "115200;ttyS0" 14SERIAL_CONSOLES = "115200;ttyS0"
15 15
16IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" 16IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"
17 17
18# Refine the list of device targets for ti-pdk class recipes 18# Refine the list of device targets for ti-pdk class recipes
19TI_PDK_LIMIT_BOARDS = "bbbAM335x" 19TI_PDK_LIMIT_BOARDS = "bbbAM335x"
diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 95fdc79d..18e3757a 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am64xx" 2SOC_FAMILY:append = ":am64xx"
3 3
4MACHINE_FEATURES += "screen touchscreen" 4MACHINE_FEATURES += "screen touchscreen"
5 5
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index 8516ca4c..2838c58f 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":am65xx" 2SOC_FAMILY:append = ":am65xx"
3 3
4MACHINE_FEATURES += "screen touchscreen gpu" 4MACHINE_FEATURES += "screen touchscreen gpu"
5 5
diff --git a/conf/machine/include/c66x.inc b/conf/machine/include/c66x.inc
index e35f2eda..33a657f1 100644
--- a/conf/machine/include/c66x.inc
+++ b/conf/machine/include/c66x.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":c66x" 2SOC_FAMILY:append = ":c66x"
3 3
4# HACK: The c66x family is composed of devices with only DSP cores, and no ARM 4# HACK: The c66x family is composed of devices with only DSP cores, and no ARM
5# cores. The Linux kernel is not supported on these machines. 5# cores. The Linux kernel is not supported on these machines.
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc
index 62ca6887..d2681740 100644
--- a/conf/machine/include/davinci.inc
+++ b/conf/machine/include/davinci.inc
@@ -17,6 +17,6 @@ UBOOT_LOADADDRESS = "0x80008000"
17EXTRA_IMAGEDEPENDS += "u-boot" 17EXTRA_IMAGEDEPENDS += "u-boot"
18 18
19SERIAL_CONSOLES ?= "115200;ttyS0" 19SERIAL_CONSOLES ?= "115200;ttyS0"
20EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" 20EXTRA_IMAGECMD:jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
21 21
22MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa" 22MACHINE_FEATURES = "kernel26 serial ethernet usbhost usbgadget mmc alsa"
diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc
index 857e1b35..a02421d9 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,4 +1,4 @@
1require conf/machine/include/omap-a15.inc 1require conf/machine/include/omap-a15.inc
2SOC_FAMILY_append = ":dra7xx" 2SOC_FAMILY:append = ":dra7xx"
3 3
4MACHINE_FEATURES += "pci" 4MACHINE_FEATURES += "pci"
diff --git a/conf/machine/include/j7.inc b/conf/machine/include/j7.inc
index d3eda1a8..cf5f6a94 100644
--- a/conf/machine/include/j7.inc
+++ b/conf/machine/include/j7.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/k3.inc 1require conf/machine/include/k3.inc
2SOC_FAMILY_append = ":j7" 2SOC_FAMILY:append = ":j7"
3 3
4OPTEEMACHINE = "k3-j721e" 4OPTEEMACHINE = "k3-j721e"
5OPTEEOUTPUTMACHINE = "k3" 5OPTEEOUTPUTMACHINE = "k3"
diff --git a/conf/machine/include/k2e.inc b/conf/machine/include/k2e.inc
index 6797fb29..a6d58bb3 100644
--- a/conf/machine/include/k2e.inc
+++ b/conf/machine/include/k2e.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2e" 2SOC_FAMILY:append = ":k2e"
3 3
4# Set the list of device targets for ti-pdk class recipes 4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2e" 5TI_PDK_LIMIT_SOCS = "k2e"
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc
index 7bcc412b..be40d9e7 100644
--- a/conf/machine/include/k2g.inc
+++ b/conf/machine/include/k2g.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2g" 2SOC_FAMILY:append = ":k2g"
3 3
4# Set the list of device targets for ti-pdk class recipes 4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2g" 5TI_PDK_LIMIT_SOCS = "k2g"
diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.inc
index 2d2dd6a0..456fda75 100644
--- a/conf/machine/include/k2hk.inc
+++ b/conf/machine/include/k2hk.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2hk" 2SOC_FAMILY:append = ":k2hk"
3 3
4# Set the list of device targets for ti-pdk class recipes 4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2h k2k" 5TI_PDK_LIMIT_SOCS = "k2h k2k"
diff --git a/conf/machine/include/k2l.inc b/conf/machine/include/k2l.inc
index 997bcbe2..b6a4bc7d 100644
--- a/conf/machine/include/k2l.inc
+++ b/conf/machine/include/k2l.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/keystone.inc 1require conf/machine/include/keystone.inc
2SOC_FAMILY_append = ":k2l" 2SOC_FAMILY:append = ":k2l"
3 3
4# Set the list of device targets for ti-pdk class recipes 4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "k2l" 5TI_PDK_LIMIT_SOCS = "k2l"
diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc
index e0970698..20ab7a9e 100644
--- a/conf/machine/include/k3.inc
+++ b/conf/machine/include/k3.inc
@@ -1,7 +1,7 @@
1# TI K3 Aarch64 profile for Cortex-A53/A72 cores 1# TI K3 Aarch64 profile for Cortex-A53/A72 cores
2 2
3require conf/machine/include/ti-soc.inc 3require conf/machine/include/ti-soc.inc
4SOC_FAMILY_append = ":k3" 4SOC_FAMILY:append = ":k3"
5 5
6require conf/machine/include/arm/arch-arm64.inc 6require conf/machine/include/arm/arch-arm64.inc
7 7
diff --git a/conf/machine/include/k3r5.inc b/conf/machine/include/k3r5.inc
index a32accae..93f08c04 100644
--- a/conf/machine/include/k3r5.inc
+++ b/conf/machine/include/k3r5.inc
@@ -1,7 +1,7 @@
1# TI K3 Armv7 profile for Cortex-R5F cores 1# TI K3 Armv7 profile for Cortex-R5F cores
2 2
3require conf/machine/include/ti-soc.inc 3require conf/machine/include/ti-soc.inc
4SOC_FAMILY_append = ":k3r5" 4SOC_FAMILY:append = ":k3r5"
5 5
6# The closest of existing tunes for Cortex-R5F 6# The closest of existing tunes for Cortex-R5F
7DEFAULTTUNE = "armv7athf" 7DEFAULTTUNE = "armv7athf"
@@ -20,5 +20,5 @@ UBOOT_BINARY = "tiboot3.${UBOOT_SUFFIX}"
20UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 20UBOOT_IMAGE = "tiboot3-${MAINMACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
21UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}" 21UBOOT_SYMLINK = "tiboot3-${MAINMACHINE}.${UBOOT_SUFFIX}"
22 22
23PACKAGECONFIG_pn-u-boot-ti-staging = "" 23PACKAGECONFIG:pn-u-boot-ti-staging = ""
24PACKAGECONFIG_pn-u-boot-ti-mainline = "" 24PACKAGECONFIG:pn-u-boot-ti-mainline = ""
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index e7ea9758..83dca19d 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":keystone" 2SOC_FAMILY:append = ":keystone"
3 3
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa15.inc 5require conf/machine/include/tune-cortexa15.inc
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index e491d2b5..553835c8 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":omap-a15" 2SOC_FAMILY:append = ":omap-a15"
3 3
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa15.inc 5require conf/machine/include/tune-cortexa15.inc
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 5696c82d..ab069b00 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":omap3" 2SOC_FAMILY:append = ":omap3"
3 3
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa8.inc 5require conf/machine/include/tune-cortexa8.inc
diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc
index cbca267c..b6f43744 100644
--- a/conf/machine/include/omap4.inc
+++ b/conf/machine/include/omap4.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":omap4" 2SOC_FAMILY:append = ":omap4"
3 3
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa9.inc 5require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/include/omapl1.inc b/conf/machine/include/omapl1.inc
index 9942c944..d0262c3f 100644
--- a/conf/machine/include/omapl1.inc
+++ b/conf/machine/include/omapl1.inc
@@ -1,2 +1,2 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":omapl1" 2SOC_FAMILY:append = ":omapl1"
diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/omapl137.inc
index 5d8a6dd8..6dd49418 100644
--- a/conf/machine/include/omapl137.inc
+++ b/conf/machine/include/omapl137.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/omapl1.inc 1require conf/machine/include/omapl1.inc
2SOC_FAMILY_append = ":omapl137" 2SOC_FAMILY:append = ":omapl137"
3 3
4# Set the list of device targets for ti-pdk class recipes 4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "omapl137" 5TI_PDK_LIMIT_SOCS = "omapl137"
diff --git a/conf/machine/include/omapl138.inc b/conf/machine/include/omapl138.inc
index 999cbc3a..f73517d0 100644
--- a/conf/machine/include/omapl138.inc
+++ b/conf/machine/include/omapl138.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/omapl1.inc 1require conf/machine/include/omapl1.inc
2SOC_FAMILY_append = ":omapl138" 2SOC_FAMILY:append = ":omapl138"
3 3
4# Set the list of device targets for ti-pdk class recipes 4# Set the list of device targets for ti-pdk class recipes
5TI_PDK_LIMIT_SOCS = "omapl138" 5TI_PDK_LIMIT_SOCS = "omapl138"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 6dfda754..3da2aba5 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":ti33x" 2SOC_FAMILY:append = ":ti33x"
3 3
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa8.inc 5require conf/machine/include/tune-cortexa8.inc
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index b1a27f93..eaed1812 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -1,5 +1,5 @@
1require conf/machine/include/ti-soc.inc 1require conf/machine/include/ti-soc.inc
2SOC_FAMILY_append = ":ti43x" 2SOC_FAMILY:append = ":ti43x"
3 3
4DEFAULTTUNE ?= "armv7athf-neon" 4DEFAULTTUNE ?= "armv7athf-neon"
5require conf/machine/include/tune-cortexa9.inc 5require conf/machine/include/tune-cortexa9.inc
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
index 01808b68..dc56d57a 100644
--- a/conf/machine/omap3evm.conf
+++ b/conf/machine/omap3evm.conf
@@ -8,7 +8,7 @@ MACHINE_GUI_CLASS = "smallscreen"
8MACHINE_FEATURES += "touchscreen ethernet" 8MACHINE_FEATURES += "touchscreen ethernet"
9 9
10IMAGE_FSTYPES += "jffs2 tar.xz" 10IMAGE_FSTYPES += "jffs2 tar.xz"
11EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" 11EXTRA_IMAGECMD:jffs2 = "-lnp -e 0x20000 -s 2048"
12 12
13SERIAL_CONSOLES = "115200;ttyS0" 13SERIAL_CONSOLES = "115200;ttyS0"
14USE_VT = "0" 14USE_VT = "0"