summaryrefslogtreecommitdiff
path: root/configs/bcm7445_defconfig
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@fitzsim.org>2018-08-22 18:37:54 -0400
committerTom Rini <trini@konsulko.com>2018-09-10 21:19:31 -0400
commit12109573042ce7b10bc67c20abcc07df5238094d (patch)
treedb87f39becd4dc06127f41a15a85960f89419348 /configs/bcm7445_defconfig
parent93b283d49f933f95f3a6f40762936f454ac655a8 (diff)
arm: bcm7445: Change serial console index
Change the configured serial console index to reflect that it is the first physical UART, reorder some defconfig lines and move some environment configuration from bcmstb.h to bcm7445.h. Signed-off-by: Thomas Fitzsimmons <fitzsim@fitzsim.org> Cc: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'configs/bcm7445_defconfig')
-rw-r--r--configs/bcm7445_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/bcm7445_defconfig b/configs/bcm7445_defconfig
index 59c745f41b..cb1522604d 100644
--- a/configs/bcm7445_defconfig
+++ b/configs/bcm7445_defconfig
@@ -12,10 +12,10 @@ CONFIG_OF_PRIOR_STAGE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_BCMSTB=y
-CONFIG_DM_SPI_FLASH=y
-CONFIG_SPI_FLASH=y
-CONFIG_CONS_INDEX=3
+CONFIG_CONS_INDEX=1
+CONFIG_EFI_LOADER=n
CONFIG_SPI=y
+CONFIG_SPI_FLASH=y
CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_BCMSTB_SPI=y
-# CONFIG_EFI_LOADER is not set