forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openwrt:main' into mx4300-dev
- Loading branch information
Showing
134 changed files
with
9,190 additions
and
589 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,25 +17,25 @@ Signed-off-by: Pawel Dembicki <[email protected]> | |
|
||
--- a/configs/ls1021aiot_sdcard_defconfig | ||
+++ b/configs/ls1021aiot_sdcard_defconfig | ||
@@ -24,7 +24,7 @@ CONFIG_AHCI=y | ||
CONFIG_LAYERSCAPE_NS_ACCESS=y | ||
CONFIG_PCIE1=y | ||
CONFIG_PCIE2=y | ||
@@ -14,7 +14,7 @@ CONFIG_SYS_I2C_MXC_I2C3=y | ||
CONFIG_DM_GPIO=y | ||
CONFIG_DEFAULT_DEVICE_TREE="ls1021a-iot-duart" | ||
CONFIG_SPL_TEXT_BASE=0x10000000 | ||
-CONFIG_SYS_MONITOR_LEN=524288 | ||
+CONFIG_SYS_MONITOR_LEN=786432 | ||
CONFIG_OF_BOARD_SETUP=y | ||
CONFIG_OF_STDOUT_VIA_ALIAS=y | ||
CONFIG_RAMBOOT_PBL=y | ||
@@ -40,7 +40,7 @@ CONFIG_SPL_MAX_SIZE=0x1a000 | ||
CONFIG_SPL_MMC=y | ||
CONFIG_SPL_SERIAL=y | ||
CONFIG_SPL_STACK=0x1001d000 | ||
@@ -43,7 +43,7 @@ CONFIG_SPL_MAX_SIZE=0x1a000 | ||
CONFIG_SPL_PAD_TO=0x1c000 | ||
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y | ||
CONFIG_SPL_BSS_START_ADDR=0x80100000 | ||
-CONFIG_SPL_BSS_MAX_SIZE=0x80000 | ||
+CONFIG_SPL_BSS_MAX_SIZE=0xc0000 | ||
CONFIG_SPL_FSL_PBL=y | ||
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set | ||
CONFIG_SYS_SPL_MALLOC=y | ||
@@ -66,8 +66,11 @@ CONFIG_CMD_MII=y | ||
CONFIG_SPL_SYS_MALLOC=y | ||
@@ -67,8 +67,11 @@ CONFIG_CMD_MII=y | ||
# CONFIG_CMD_MDIO is not set | ||
CONFIG_CMD_PING=y | ||
CONFIG_CMD_EXT2=y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.