summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2021-10-11 14:25:08 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-11-15 10:55:59 +0100
commitcbb9cf0a17d4e9467bcbfa7d6cc1fd618a866995 (patch)
treecff1f439e74c7d3333f0bce8d816d8df2fadd270 /classes
parent948e634c3eb934f4f00a5299619cf178e298ec68 (diff)
image_type_tezi: increase kernel NAND to 12MB
Increase the kernel partition size for rawnand from 8MB to 12MB, this allows to flash an upstream kernel with imx_v6_v7_defconfig. Related-to: ELB-1341 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> (cherry picked from commit 587645a976764fda5ab46953e45afe5671fe6fc1)
Diffstat (limited to 'classes')
-rw-r--r--classes/image_type_tezi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass
index 78a8bf8..1ebe9bd 100644
--- a/classes/image_type_tezi.bbclass
+++ b/classes/image_type_tezi.bbclass
@@ -237,7 +237,7 @@ def rootfs_tezi_rawnand(d):
kernel = {
"name": "kernel",
- "size_kib": 8192,
+ "size_kib": 12288,
"type": "static",
"content": {
"rawfile": {