mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 11:24:42 +00:00
omap3: Define maximum U-Boot size in Kconfig instead of defconfigs
The maximum U-Boot size was defined to the same value in each OMAP3 board defconfig. Move the common definition to the Kconfig option declaration instead. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Derald D. Woods <woods.technical@gmail.com>
This commit is contained in:
parent
2bedbf56a1
commit
0844ed3219
9 changed files with 1 additions and 8 deletions
1
Kconfig
1
Kconfig
|
@ -620,6 +620,7 @@ config SYS_SRAM_SIZE
|
|||
config SYS_MONITOR_LEN
|
||||
int "Maximum size in bytes reserved for U-Boot in memory"
|
||||
default 1048576 if X86
|
||||
default 262144 if OMAP34XX
|
||||
default 786432 if ARCH_SUNXI
|
||||
default 0
|
||||
help
|
||||
|
|
|
@ -10,7 +10,6 @@ CONFIG_ENV_SOURCE_FILE="am3517evm"
|
|||
CONFIG_DEFAULT_DEVICE_TREE="ti/omap/am3517-evm"
|
||||
CONFIG_TARGET_AM3517_EVM=y
|
||||
CONFIG_EMIF4=y
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL_SYS_MALLOC_F_LEN=0x2500
|
||||
CONFIG_SPL=y
|
||||
CONFIG_LTO=y
|
||||
|
|
|
@ -6,7 +6,6 @@ CONFIG_SYS_MALLOC_F_LEN=0x4000
|
|||
CONFIG_NR_DRAM_BANKS=2
|
||||
CONFIG_DEFAULT_DEVICE_TREE="omap3-devkit8000"
|
||||
CONFIG_TARGET_DEVKIT8000=y
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_SPL_BSS_START_ADDR=0x80000500
|
||||
CONFIG_SPL=y
|
||||
|
|
|
@ -8,7 +8,6 @@ CONFIG_NR_DRAM_BANKS=2
|
|||
CONFIG_ENV_SIZE=0x8000
|
||||
CONFIG_DEFAULT_DEVICE_TREE="ti/omap/omap3-igep0020"
|
||||
CONFIG_TARGET_OMAP3_IGEP00X0=y
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_SPL=y
|
||||
CONFIG_DISTRO_DEFAULTS=y
|
||||
|
|
|
@ -10,7 +10,6 @@ CONFIG_NR_DRAM_BANKS=2
|
|||
CONFIG_DEFAULT_DEVICE_TREE="ti/omap/logicpd-torpedo-35xx-devkit"
|
||||
CONFIG_TARGET_OMAP3_LOGIC=y
|
||||
# CONFIG_SPL_OMAP3_ID_NAND is not set
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL=y
|
||||
CONFIG_LTO=y
|
||||
CONFIG_ANDROID_BOOT_IMAGE=y
|
||||
|
|
|
@ -10,7 +10,6 @@ CONFIG_NR_DRAM_BANKS=2
|
|||
CONFIG_DEFAULT_DEVICE_TREE="ti/omap/logicpd-som-lv-35xx-devkit"
|
||||
CONFIG_TARGET_OMAP3_LOGIC=y
|
||||
# CONFIG_SPL_OMAP3_ID_NAND is not set
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL=y
|
||||
CONFIG_LTO=y
|
||||
CONFIG_SYS_MONITOR_BASE=0x10000000
|
||||
|
|
|
@ -6,7 +6,6 @@ CONFIG_SYS_MALLOC_F_LEN=0x4000
|
|||
CONFIG_NR_DRAM_BANKS=2
|
||||
CONFIG_DEFAULT_DEVICE_TREE="omap3-evm"
|
||||
CONFIG_TARGET_OMAP3_EVM=y
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL_SYS_MALLOC_F_LEN=0x400
|
||||
CONFIG_SPL=y
|
||||
CONFIG_DISTRO_DEFAULTS=y
|
||||
|
|
|
@ -10,7 +10,6 @@ CONFIG_NR_DRAM_BANKS=2
|
|||
CONFIG_DEFAULT_DEVICE_TREE="ti/omap/logicpd-torpedo-37xx-devkit"
|
||||
CONFIG_TARGET_OMAP3_LOGIC=y
|
||||
# CONFIG_SPL_OMAP3_ID_NAND is not set
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL=y
|
||||
CONFIG_LTO=y
|
||||
CONFIG_ANDROID_BOOT_IMAGE=y
|
||||
|
|
|
@ -10,7 +10,6 @@ CONFIG_NR_DRAM_BANKS=2
|
|||
CONFIG_DEFAULT_DEVICE_TREE="ti/omap/logicpd-som-lv-37xx-devkit"
|
||||
CONFIG_TARGET_OMAP3_LOGIC=y
|
||||
# CONFIG_SPL_OMAP3_ID_NAND is not set
|
||||
CONFIG_SYS_MONITOR_LEN=262144
|
||||
CONFIG_SPL=y
|
||||
CONFIG_LTO=y
|
||||
CONFIG_SYS_MONITOR_BASE=0x10000000
|
||||
|
|
Loading…
Add table
Reference in a new issue