diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-28 07:16:32 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-28 07:16:32 -0400 |
commit | 5dc4dfd2a94744a6df0d3f84c98b30d1962d4beb (patch) | |
tree | 9311b40f30cc9dea47758aedde469817383aaea7 /configs/axs103_defconfig | |
parent | 34f98a3d2e10a273bf5b707ce941b4b8c9fc0e87 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/axs103_defconfig')
-rw-r--r-- | configs/axs103_defconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 0fda716200..ccfb53fa0b 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -3,9 +3,6 @@ CONFIG_ISA_ARCV2=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_SYS_CLK_FREQ=100000000 CONFIG_DEFAULT_DEVICE_TREE="axs103" -CONFIG_ENV_IS_IN_FAT=y -CONFIG_ENV_FAT_INTERFACE="mmc" -CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS3,115200n8" @@ -25,6 +22,9 @@ CONFIG_CMD_EXT4_WRITE=y CONFIG_CMD_FAT=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y +CONFIG_ENV_IS_IN_FAT=y +CONFIG_ENV_FAT_INTERFACE="mmc" +CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_MMC=y |