Merge tag 'next-20220328' of https://source.denx.de/u-boot/custodians/u-boot-video...
[platform/kernel/u-boot.git] / include / configs / bcm_ns3.h
index be60fe7..81b4218 100644 (file)
 #define CONFIG_SYS_BOOTM_LEN           0x01800000
 
 /* Access eMMC Boot_1 and Boot_2 partitions */
-#define CONFIG_SUPPORT_EMMC_BOOT
 
 /* enable 64-bit PCI resources */
-#define CONFIG_SYS_PCI_64BIT           1
 
 #define CONSOLE_ARGS "console_args=console=ttyS0,115200n8\0"
 #define MAX_CPUS "max_cpus=maxcpus=8\0"
                "setenv bl_flash_pending_rfs_imgs;" \
        "fi; \0"
 
-#define CONFIG_BOOTCOMMAND "run flash_pending_rfs_imgs;" \
-                          "run fastboot_nitro && "\
-                          "run bootcmd_mmc_fits || "\
-                          "run bootcmd_usb || "\
-                          "run bootcmd_pxe"
-
 /* Flashing commands */
 #define TFTP_QSPI_PARAM \
        "fip_qspi_addr=0x0\0"\