]>
Commit | Line | Data |
---|---|---|
1 | CONFIG_ARM=y | |
2 | CONFIG_ARCH_OMAP2PLUS=y | |
3 | CONFIG_SYS_MALLOC_F_LEN=0x4000 | |
4 | CONFIG_DEFAULT_DEVICE_TREE="ti/omap/omap3-sniper" | |
5 | CONFIG_TARGET_SNIPER=y | |
6 | CONFIG_SPL_SYS_MALLOC_F_LEN=0x400 | |
7 | CONFIG_SPL=y | |
8 | CONFIG_DISTRO_DEFAULTS=y | |
9 | 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};" | |
10 | CONFIG_SYS_CONSOLE_IS_IN_ENV=y | |
11 | CONFIG_SPL_BOARD_INIT=y | |
12 | CONFIG_SPL_SYS_MALLOC_SIMPLE=y | |
13 | CONFIG_SPL_SYS_MALLOC=y | |
14 | CONFIG_SPL_SYS_MALLOC_SIZE=0x800000 | |
15 | # CONFIG_SPL_SYS_MMCSD_RAW_MODE is not set | |
16 | # CONFIG_SPL_FS_EXT4 is not set | |
17 | # CONFIG_SPL_NAND_SUPPORT is not set | |
18 | CONFIG_CMD_GPIO=y | |
19 | CONFIG_CMD_I2C=y | |
20 | CONFIG_CMD_MMC=y | |
21 | # CONFIG_CMD_SETEXPR is not set | |
22 | CONFIG_OF_CONTROL=y | |
23 | CONFIG_SPL_OF_CONTROL=y | |
24 | CONFIG_OF_UPSTREAM=y | |
25 | CONFIG_ENV_OVERWRITE=y | |
26 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y | |
27 | CONFIG_SPL_DM=y | |
28 | CONFIG_DM_I2C=y | |
29 | CONFIG_I2C_SET_DEFAULT_BUS_NUM=y | |
30 | CONFIG_TWL4030_INPUT=y | |
31 | CONFIG_MMC_OMAP_HS=y |