diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-16 16:44:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-16 16:45:02 -0400 |
commit | 0bdea7c4301ace5c61120eeeccab4b5c8ee79536 (patch) | |
tree | cb96063cfcf0dd4042c1591c5736a1e045762d4d /include/configs/bcmstb.h | |
parent | 92e738f5556a63f14360a9a628e36eeb66c9a7bf (diff) |
CONFIG_SYS_GENERIC_BOARD: Finish migration
While we have long since migrated to CONFIG_SYS_GENERIC_BOARD being
enabled, we had just a few places left that still referenced or defined
it. Update.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/bcmstb.h')
-rw-r--r-- | include/configs/bcmstb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h index c74fe4086e..b903569c6a 100644 --- a/include/configs/bcmstb.h +++ b/include/configs/bcmstb.h @@ -33,11 +33,6 @@ extern phys_addr_t prior_stage_fdt_address; #endif /* __ASSEMBLY__ */ /* - * Generic board configuration. - */ -#define CONFIG_SYS_GENERIC_BOARD - -/* * CPU configuration. */ #define CONFIG_SKIP_LOWLEVEL_INIT |