diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-22 16:11:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-22 16:11:00 +0000 |
commit | 21e96269bce9de9ee8f6559750e6e5f3dce63e9a (patch) | |
tree | 2531b921c0edcc920143330201781c4a74f350e9 /conf/machine/atngw100.conf | |
parent | 8d3519d2f4524d42cb0d19cc2f698e9d884ec376 (diff) |
KERNEL_IMAGETYPE cleanup
Proper place for KERNEL_IMAGETYPE is machine config as there is no machine
which use miscelanous types of kernel. Moved found occurences.
Diffstat (limited to 'conf/machine/atngw100.conf')
-rw-r--r-- | conf/machine/atngw100.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index b725831321..4df1030570 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -18,3 +18,4 @@ SERIAL_CONSOLE = "115200" ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" +KERNEL_IMAGETYPE = "uImage" |