diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-03 12:55:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-03 12:55:51 +0000 |
commit | 859d3ab24dac3d92aea96868a23da6a3a962a348 (patch) | |
tree | 7425d100603289f09d33e58f3ba2b84072f76804 /meta/conf/machine | |
parent | 9886049b53e8110278fdf94a3bacdd702ee04169 (diff) | |
download | openembedded-core-859d3ab24dac3d92aea96868a23da6a3a962a348.tar.gz openembedded-core-859d3ab24dac3d92aea96868a23da6a3a962a348.tar.bz2 openembedded-core-859d3ab24dac3d92aea96868a23da6a3a962a348.tar.xz openembedded-core-859d3ab24dac3d92aea96868a23da6a3a962a348.zip |
em-x270: set kernel type to uImage
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3297 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/em-x270.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/em-x270.conf b/meta/conf/machine/em-x270.conf index 05f7759f9..99e2e6e63 100644 --- a/meta/conf/machine/em-x270.conf +++ b/meta/conf/machine/em-x270.conf @@ -53,3 +53,5 @@ module_autoload_pxa27x_udc = "pxa27x_udc" module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0" + +KERNELIMAGE_TYPE = "uImage" |