diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-08 09:08:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-08 09:08:39 -0400 |
commit | b11dc33e361a84ca41604e49ec22635bf5d2eb4c (patch) | |
tree | a5523298d2304058968395c34452aaefd37923c5 /configs/vexpress_aemv8a_juno_defconfig | |
parent | 67887903afc3615070dd878f6e0420d34b30274c (diff) | |
download | u-boot-b11dc33e361a84ca41604e49ec22635bf5d2eb4c.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/vexpress_aemv8a_juno_defconfig')
-rw-r--r-- | configs/vexpress_aemv8a_juno_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/vexpress_aemv8a_juno_defconfig b/configs/vexpress_aemv8a_juno_defconfig index ca7aa5ab02..84f6d40328 100644 --- a/configs/vexpress_aemv8a_juno_defconfig +++ b/configs/vexpress_aemv8a_juno_defconfig @@ -10,7 +10,6 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0,115200n8 root=/dev/sda2 rw rootwait earlycon=pl011,0x7ff80000 debug user_debug=31 androidboot.hardware=juno loglevel=9" -CONFIG_OF_BOARD=y # CONFIG_USE_BOOTCOMMAND is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set @@ -21,15 +20,16 @@ CONFIG_SYS_PROMPT="VExpress64# " CONFIG_CMD_MEMTEST=y CONFIG_CMD_ARMFLASH=y # CONFIG_CMD_LOADS is not set +CONFIG_CMD_USB=y # CONFIG_CMD_ITEST is not set # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set CONFIG_CMD_CACHE=y # CONFIG_CMD_MISC is not set CONFIG_CMD_UBI=y -CONFIG_CMD_USB=y # CONFIG_ISO_PARTITION is not set # CONFIG_EFI_PARTITION is not set +CONFIG_OF_BOARD=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0xBFC0000 # CONFIG_MMC is not set |