Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 1 | CONFIG_MIPS=y |
Tom Rini | a2ac2b9 | 2021-08-27 21:18:30 -0400 | [diff] [blame] | 2 | CONFIG_SKIP_LOWLEVEL_INIT=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 3 | CONFIG_SYS_TEXT_BASE=0x80010000 |
Tom Rini | 9802154 | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 4 | CONFIG_SYS_MALLOC_LEN=0x4000000 |
| 5 | CONFIG_SYS_MALLOC_F_LEN=0x2000 |
Simon Glass | 83061db | 2021-07-10 21:14:30 -0600 | [diff] [blame] | 6 | CONFIG_SPL_GPIO=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 7 | CONFIG_SPL_LIBGENERIC_SUPPORT=y |
Tom Rini | 554e551 | 2020-08-10 15:31:07 -0400 | [diff] [blame] | 8 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | a09fea1 | 2019-11-18 20:02:10 -0500 | [diff] [blame] | 9 | CONFIG_ENV_SIZE=0x8000 |
| 10 | CONFIG_ENV_OFFSET=0x83800 |
Tom Rini | 2bba780 | 2021-06-28 10:17:29 -0400 | [diff] [blame] | 11 | CONFIG_DEFAULT_DEVICE_TREE="ci20" |
Tom Rini | c5a6e9f | 2020-07-06 13:54:25 -0400 | [diff] [blame] | 12 | CONFIG_SPL_TEXT_BASE=0xf4000a00 |
Simon Glass | 103c5f1 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 13 | CONFIG_SPL_MMC=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 14 | CONFIG_SPL=y |
| 15 | CONFIG_ARCH_JZ47XX=y |
Tom Rini | 49c8ef0 | 2021-08-23 10:25:31 -0400 | [diff] [blame] | 16 | CONFIG_SYS_LOAD_ADDR=0x81000000 |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 17 | CONFIG_FIT=y |
| 18 | CONFIG_USE_BOOTARGS=y |
| 19 | CONFIG_BOOTARGS="console=ttyS4,115200 rw rootwait root=/dev/mmcblk0p1" |
| 20 | CONFIG_USE_BOOTCOMMAND=y |
| 21 | CONFIG_BOOTCOMMAND="ext4load mmc 0:1 0x88000000 /boot/uImage; bootm 0x88000000" |
Tom Rini | c745299 | 2021-11-07 22:59:39 -0500 | [diff] [blame] | 22 | CONFIG_SYS_CONSOLE_IS_IN_ENV=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 23 | CONFIG_DISPLAY_CPUINFO=y |
| 24 | CONFIG_BOARD_EARLY_INIT_F=y |
Tom Rini | 0817daa | 2020-10-09 12:22:06 -0400 | [diff] [blame] | 25 | CONFIG_MISC_INIT_R=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 26 | # CONFIG_SPL_BANNER_PRINT is not set |
Tom Rini | f76750d | 2021-12-11 14:55:51 -0500 | [diff] [blame] | 27 | CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y |
| 28 | CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x1c |
Tom Rini | df33f86 | 2019-08-14 08:11:27 -0400 | [diff] [blame] | 29 | CONFIG_SPL_MMC_TINY=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 30 | CONFIG_HUSH_PARSER=y |
| 31 | CONFIG_CMD_DM=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 32 | CONFIG_CMD_MMC=y |
| 33 | CONFIG_CMD_DHCP=y |
| 34 | CONFIG_CMD_EXT4=y |
| 35 | CONFIG_CMD_FAT=y |
| 36 | # CONFIG_SPL_DOS_PARTITION is not set |
Adam Ford | e91907a | 2020-07-03 06:48:56 -0500 | [diff] [blame] | 37 | CONFIG_ENV_OVERWRITE=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 38 | CONFIG_ENV_IS_IN_MMC=y |
Tom Rini | 8d8ee47 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 39 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Tom Rini | f76750d | 2021-12-11 14:55:51 -0500 | [diff] [blame] | 40 | CONFIG_VERSION_VARIABLE=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 41 | # CONFIG_DM_WARN is not set |
| 42 | # CONFIG_DM_DEVICE_REMOVE is not set |
| 43 | CONFIG_JZ4780_EFUSE=y |
| 44 | CONFIG_MMC=y |
| 45 | CONFIG_MMC_BROKEN_CD=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 46 | # CONFIG_MMC_HW_PARTITIONING is not set |
| 47 | CONFIG_MMC_IO_VOLTAGE=y |
| 48 | CONFIG_MMC_UHS_SUPPORT=y |
| 49 | CONFIG_MMC_HS400_SUPPORT=y |
| 50 | # CONFIG_MMC_VERBOSE is not set |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 51 | CONFIG_JZ47XX_MMC=y |
Marek Vasut | 0154e6d | 2022-04-13 04:15:39 +0200 | [diff] [blame^] | 52 | CONFIG_DRIVER_DM9000=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 53 | CONFIG_DM_SERIAL=y |
| 54 | CONFIG_SYS_NS16550=y |
Paul Burton | 25c7de2 | 2018-12-16 19:25:23 -0300 | [diff] [blame] | 55 | CONFIG_SPL_TINY_MEMSET=y |
| 56 | CONFIG_LZO=y |