2015-07-20 13:17:11 +00:00
|
|
|
CONFIG_ARM=y
|
2017-03-18 13:01:44 +00:00
|
|
|
# CONFIG_SYS_THUMB_BUILD is not set
|
2017-04-25 04:10:11 +00:00
|
|
|
CONFIG_ARCH_OMAP2PLUS=y
|
2022-10-21 00:22:39 +00:00
|
|
|
CONFIG_TEXT_BASE=0x80100000
|
2021-08-29 01:34:49 +00:00
|
|
|
CONFIG_SYS_MALLOC_LEN=0x120000
|
2022-04-07 16:33:23 +00:00
|
|
|
CONFIG_SYS_MALLOC_F_LEN=0x400
|
2021-11-01 12:19:22 +00:00
|
|
|
CONFIG_NR_DRAM_BANKS=2
|
2023-02-17 14:58:06 +00:00
|
|
|
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
|
|
|
|
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4020ff00
|
2020-07-06 17:54:25 +00:00
|
|
|
CONFIG_SPL_TEXT_BASE=0x40200000
|
2016-09-19 21:00:58 +00:00
|
|
|
CONFIG_TARGET_SNIPER=y
|
2022-08-23 19:24:14 +00:00
|
|
|
CONFIG_SYS_PROMPT="sniper # "
|
2023-02-17 14:58:06 +00:00
|
|
|
CONFIG_SPL_STACK=0x4020fffc
|
2018-04-08 00:27:54 +00:00
|
|
|
CONFIG_SPL=y
|
2018-02-10 21:54:38 +00:00
|
|
|
CONFIG_DISTRO_DEFAULTS=y
|
2021-11-10 14:11:40 +00:00
|
|
|
CONFIG_BOOTCOMMAND="setenv boot_mmc_part ${kernel_mmc_part}; if test reboot-${reboot-mode} = reboot-r; then echo recovery; setenv boot_mmc_part ${recovery_mmc_part}; fi; if test reboot-${reboot-mode} = reboot-b; then echo fastboot; fastboot 0; fi; part start mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_start; part size mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_size; mmc dev ${boot_mmc_dev}; mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && bootm ${kernel_addr_r};"
|
2016-10-18 02:12:37 +00:00
|
|
|
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
|
2022-05-16 21:20:26 +00:00
|
|
|
CONFIG_SPL_MAX_SIZE=0xec00
|
2022-05-27 14:19:45 +00:00
|
|
|
CONFIG_SPL_BSS_START_ADDR=0x80000000
|
2022-05-26 17:13:21 +00:00
|
|
|
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
|
2022-05-27 16:48:32 +00:00
|
|
|
CONFIG_SYS_SPL_MALLOC=y
|
|
|
|
CONFIG_HAS_CUSTOM_SPL_MALLOC_START=y
|
|
|
|
CONFIG_CUSTOM_SYS_SPL_MALLOC_ADDR=0x80208000
|
2016-12-07 13:10:25 +00:00
|
|
|
# CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set
|
2017-03-13 17:48:42 +00:00
|
|
|
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION=y
|
|
|
|
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION=2
|
2019-01-23 06:20:05 +00:00
|
|
|
# CONFIG_SPL_FS_EXT4 is not set
|
2018-06-04 15:57:37 +00:00
|
|
|
# CONFIG_SPL_NAND_SUPPORT is not set
|
2022-05-11 22:01:06 +00:00
|
|
|
CONFIG_SYS_CBSIZE=512
|
2022-05-11 21:38:09 +00:00
|
|
|
CONFIG_SYS_PBSIZE=538
|
2016-02-26 12:18:47 +00:00
|
|
|
CONFIG_CMD_GPIO=y
|
2017-08-14 23:58:53 +00:00
|
|
|
CONFIG_CMD_I2C=y
|
|
|
|
CONFIG_CMD_MMC=y
|
2016-02-26 12:18:47 +00:00
|
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
|
|
# CONFIG_CMD_NFS is not set
|
2020-07-03 11:48:56 +00:00
|
|
|
CONFIG_ENV_OVERWRITE=y
|
2019-11-13 03:46:36 +00:00
|
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
2021-08-19 03:12:24 +00:00
|
|
|
CONFIG_SYS_I2C_LEGACY=y
|
|
|
|
CONFIG_SPL_SYS_I2C_LEGACY=y
|
2021-08-19 03:12:29 +00:00
|
|
|
CONFIG_SYS_I2C_SPEED=400000
|
2018-08-06 19:26:50 +00:00
|
|
|
CONFIG_TWL4030_INPUT=y
|
2017-01-10 04:32:07 +00:00
|
|
|
CONFIG_MMC_OMAP_HS=y
|
2018-03-07 00:02:27 +00:00
|
|
|
CONFIG_CONS_INDEX=3
|
2016-02-23 05:55:42 +00:00
|
|
|
CONFIG_OF_LIBFDT=y
|