diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-06 12:13:29 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:13:29 -0400 |
commit | 41e47b420d6b122f6eb21e6e4438b334cc983eb1 (patch) | |
tree | c992cebb18f98103afc3fe1eb1957fad4c4948da /configs/sama5d2_icp_qspiflash_defconfig | |
parent | 8bbbd6337361cadad96b163bde4ae675752b7778 (diff) | |
download | u-boot-41e47b420d6b122f6eb21e6e4438b334cc983eb1.tar.gz |
configs: Resync with savedefconfigWIP/06Jun2022-next
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d2_icp_qspiflash_defconfig')
-rw-r--r-- | configs/sama5d2_icp_qspiflash_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d2_icp_qspiflash_defconfig b/configs/sama5d2_icp_qspiflash_defconfig index 373f5639731..6630d4ce9f4 100644 --- a/configs/sama5d2_icp_qspiflash_defconfig +++ b/configs/sama5d2_icp_qspiflash_defconfig @@ -28,7 +28,6 @@ CONFIG_USE_BOOTCOMMAND=y CONFIG_BOOTCOMMAND="fatload mmc 0:1 0x21000000 at91-sama5d2_icp.dtb; fatload mmc 0:1 0x22000000 zImage; bootz 0x22000000 - 0x21000000" CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_MISC_INIT_R=y -CONFIG_SPL_MAX_SIZE=0x10000 CONFIG_HUSH_PARSER=y CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=276 |