mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
007ae5d108
The LMB code allows for picking a hard limit on the number of regions it can know of, or to dynamically allocate these regions. The reason for this choice is to allow for the compiler to perform a size optimization in the common case. This optimization however, is very small, ranging from 196 bytes to 15 bytes saved, or in some cases, being larger. Now that we also have more regions covered by LMB (in order to protect various parts of our self at run time), the default of 8 is also much easier to hit and leads to non-obvious error messages (which imply that an area is protected, not that we're out of areas to add to the list). Switch to the dynamic use as the default. Signed-off-by: Tom Rini <trini@konsulko.com>
28 lines
710 B
Text
28 lines
710 B
Text
CONFIG_ARM=y
|
|
CONFIG_SKIP_LOWLEVEL_INIT=y
|
|
CONFIG_COUNTER_FREQUENCY=19000000
|
|
CONFIG_POSITION_INDEPENDENT=y
|
|
CONFIG_ARCH_SNAPDRAGON=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="dragonboard845c"
|
|
CONFIG_TARGET_DRAGONBOARD845C=y
|
|
CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 845C"
|
|
CONFIG_SYS_LOAD_ADDR=0x80000000
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_BOOTDELAY=5
|
|
CONFIG_SAVE_PREV_BL_FDT_ADDR=y
|
|
CONFIG_SAVE_PREV_BL_INITRAMFS_START_ADDR=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_MAXARGS=64
|
|
CONFIG_SYS_CBSIZE=512
|
|
CONFIG_CMD_GPIO=y
|
|
# CONFIG_NET is not set
|
|
CONFIG_CLK=y
|
|
CONFIG_MSM_GPIO=y
|
|
CONFIG_QCOM_PMIC_GPIO=y
|
|
CONFIG_PINCTRL=y
|
|
CONFIG_DM_PMIC=y
|
|
CONFIG_PMIC_QCOM=y
|
|
CONFIG_MSM_GENI_SERIAL=y
|
|
CONFIG_SPMI_MSM=y
|