diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2018-08-22 18:37:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-10 21:19:31 -0400 |
commit | 12109573042ce7b10bc67c20abcc07df5238094d (patch) | |
tree | db87f39becd4dc06127f41a15a85960f89419348 /include/configs/bcmstb.h | |
parent | 93b283d49f933f95f3a6f40762936f454ac655a8 (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 'include/configs/bcmstb.h')
-rw-r--r-- | include/configs/bcmstb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index e755383e72..cc289244ff 100644 --- a/include/configs/bcmstb.h +++ b/include/configs/bcmstb.h @@ -114,7 +114,6 @@ extern phys_addr_t prior_stage_fdt_address; /* * Serial console configuration. */ - #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, \ 115200} @@ -151,10 +150,7 @@ extern phys_addr_t prior_stage_fdt_address; * Environment configuration. */ #define CONFIG_SYS_REDUNDAND_ENVIRONMENT - -#define CONFIG_ENV_OFFSET 0x1e0000 #define CONFIG_ENV_SIZE (64 << 10) /* 64 KiB */ -#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE #define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE) #define CONFIG_ENV_OVERWRITE |