Compare commits
3 Commits
HEAD
...
hotfix/upd
| Author | SHA1 | Date |
|---|---|---|
|
|
5e9bfd28c4 | |
|
|
571b9e9b98 | |
|
|
7e9853868b |
|
|
@ -1,22 +0,0 @@
|
|||
From 7e4c3c48c4ed9dcecf5228c6b4480a7c01fc6dca Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Dolt <samuel.dolt@netmodule.com>
|
||||
Date: Tue, 19 Jul 2022 11:21:37 +0200
|
||||
Subject: [PATCH] octeontx2_cn913x: increase CONFIG_SYS_BOOTM_LEN to 32MB
|
||||
|
||||
---
|
||||
include/configs/octeontx2_cn913x.h | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/include/configs/octeontx2_cn913x.h b/include/configs/octeontx2_cn913x.h
|
||||
index d01644fcb5..9edf57c6c2 100644
|
||||
--- a/include/configs/octeontx2_cn913x.h
|
||||
+++ b/include/configs/octeontx2_cn913x.h
|
||||
@@ -22,6 +22,8 @@
|
||||
#define CONFIG_SYS_NAND_ONFI_DETECTION
|
||||
#define CONFIG_SYS_NAND_USE_FLASH_BBT
|
||||
|
||||
+#define CONFIG_SYS_BOOTM_LEN 0x3200000 /* 32MB */
|
||||
+
|
||||
#define CONFIG_USB_MAX_CONTROLLER_COUNT (3 + 3)
|
||||
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -37,9 +37,9 @@ SRC_URI = "git://git.denx.de/u-boot.git;branch=master \
|
|||
file://solidrun/0016-octeontx2_cn913x-enable-mmc-partconf-command.patch \
|
||||
file://solidrun/0017-uboot-add-support-cn9131-cf-solidwan.patch \
|
||||
file://solidrun/0018-uboot-add-support-bldn-mbv.patch \
|
||||
file://hirschmann/0001-fixed-typo-in-dtsi-file-for-cn9131-belden-boards.patch \
|
||||
file://0001-Remove-redundant-YYLOC-global-declaration.patch \
|
||||
file://0001-sr_cn913x_cex7-enable-more-image-formats.patch \
|
||||
file://0021-octeontx2_cn913x-increase-CONFIG_SYS_BOOTM_LEN-to-32.patch \
|
||||
file://0001-sr_cn913x_cex7-enable-VERSION_VARIABLE.patch \
|
||||
file://cn913x.cfg \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue