mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"
As explained by Philippe Schenker, I was misinterpreting what happened
in the case where we do not set LMB_USE_MAX_REGIONS and so had
re-introduced the problem I was attempting to more widely resolve.
This reverts commit 007ae5d108
.
Reported-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
94fe4ed945
commit
948d3999bf
13 changed files with 13 additions and 0 deletions
|
@ -24,3 +24,4 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
|
||||||
CONFIG_CMD_GPIO=y
|
CONFIG_CMD_GPIO=y
|
||||||
CONFIG_CMD_I2C=y
|
CONFIG_CMD_I2C=y
|
||||||
CONFIG_DM_I2C_GPIO=y
|
CONFIG_DM_I2C_GPIO=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -24,3 +24,4 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
|
||||||
CONFIG_CMD_GPIO=y
|
CONFIG_CMD_GPIO=y
|
||||||
CONFIG_CMD_I2C=y
|
CONFIG_CMD_I2C=y
|
||||||
CONFIG_DM_I2C_GPIO=y
|
CONFIG_DM_I2C_GPIO=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -24,3 +24,4 @@ CONFIG_SYS_BOOTM_LEN=0x2000000
|
||||||
CONFIG_CMD_GPIO=y
|
CONFIG_CMD_GPIO=y
|
||||||
CONFIG_CMD_I2C=y
|
CONFIG_CMD_I2C=y
|
||||||
CONFIG_DM_I2C_GPIO=y
|
CONFIG_DM_I2C_GPIO=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -26,3 +26,4 @@ CONFIG_DM_PMIC=y
|
||||||
CONFIG_PMIC_QCOM=y
|
CONFIG_PMIC_QCOM=y
|
||||||
CONFIG_MSM_GENI_SERIAL=y
|
CONFIG_MSM_GENI_SERIAL=y
|
||||||
CONFIG_SPMI_MSM=y
|
CONFIG_SPMI_MSM=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -62,3 +62,4 @@ CONFIG_MTK_SERIAL=y
|
||||||
CONFIG_FAT_WRITE=y
|
CONFIG_FAT_WRITE=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
# CONFIG_EFI_LOADER is not set
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -64,3 +64,4 @@ CONFIG_SPI=y
|
||||||
CONFIG_DM_SPI=y
|
CONFIG_DM_SPI=y
|
||||||
CONFIG_MTK_SPIM=y
|
CONFIG_MTK_SPIM=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -62,3 +62,4 @@ CONFIG_MTK_SERIAL=y
|
||||||
CONFIG_FAT_WRITE=y
|
CONFIG_FAT_WRITE=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
# CONFIG_EFI_LOADER is not set
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -64,3 +64,4 @@ CONFIG_SPI=y
|
||||||
CONFIG_DM_SPI=y
|
CONFIG_DM_SPI=y
|
||||||
CONFIG_MTK_SPIM=y
|
CONFIG_MTK_SPIM=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -62,3 +62,4 @@ CONFIG_MTK_SERIAL=y
|
||||||
CONFIG_FAT_WRITE=y
|
CONFIG_FAT_WRITE=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
# CONFIG_EFI_LOADER is not set
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -62,3 +62,4 @@ CONFIG_MTK_SERIAL=y
|
||||||
CONFIG_FAT_WRITE=y
|
CONFIG_FAT_WRITE=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
# CONFIG_EFI_LOADER is not set
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -51,3 +51,4 @@ CONFIG_USB_XHCI_DWC3=y
|
||||||
CONFIG_USB_DWC3=y
|
CONFIG_USB_DWC3=y
|
||||||
CONFIG_USB_DWC3_GENERIC=y
|
CONFIG_USB_DWC3_GENERIC=y
|
||||||
CONFIG_USB_STORAGE=y
|
CONFIG_USB_STORAGE=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -33,3 +33,4 @@ CONFIG_VIDEO=y
|
||||||
CONFIG_SYS_WHITE_ON_BLACK=y
|
CONFIG_SYS_WHITE_ON_BLACK=y
|
||||||
CONFIG_VIDEO_SIMPLE=y
|
CONFIG_VIDEO_SIMPLE=y
|
||||||
CONFIG_VIDEO_DT_SIMPLEFB=y
|
CONFIG_VIDEO_DT_SIMPLEFB=y
|
||||||
|
CONFIG_LMB_MAX_REGIONS=64
|
||||||
|
|
|
@ -1028,6 +1028,7 @@ config LMB
|
||||||
config LMB_USE_MAX_REGIONS
|
config LMB_USE_MAX_REGIONS
|
||||||
bool "Use a common number of memory and reserved regions in lmb lib"
|
bool "Use a common number of memory and reserved regions in lmb lib"
|
||||||
depends on LMB
|
depends on LMB
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
Define the number of supported memory regions in the library logical
|
Define the number of supported memory regions in the library logical
|
||||||
memory blocks.
|
memory blocks.
|
||||||
|
|
Loading…
Reference in a new issue