summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Dolcini <francesco.dolcini@toradex.com>2021-10-11 14:25:08 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2021-10-27 08:56:10 +0000
commit587645a976764fda5ab46953e45afe5671fe6fc1 (patch)
treed7e66f92dd2de57a130337a14cdc8baff7a85612
parente5929682ef80627016b26477db35045b824d6255 (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>
-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 ca73768..cd343fe 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": {