summaryrefslogtreecommitdiff
path: root/include/configs/bcmstb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-26 22:06:19 +0300
committerTom Rini <trini@konsulko.com>2020-06-05 01:10:02 +0300
commit68ff2343311cec25d6cae056445a61964a56f531 (patch)
tree9bc4a6a163a3eec1b3565097e83df82f45b8ecae /include/configs/bcmstb.h
parente985eb14ac5cff260321519a309f540909b77c16 (diff)
downloadu-boot-68ff2343311cec25d6cae056445a61964a56f531.tar.xz
Convert CONFIG_BOARD_LATE_INIT to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_LATE_INIT Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/bcmstb.h')
-rw-r--r--include/configs/bcmstb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bcmstb.h b/include/configs/bcmstb.h
index d1120fbb74..24569f7d94 100644
--- a/include/configs/bcmstb.h
+++ b/include/configs/bcmstb.h
@@ -160,6 +160,5 @@ extern phys_addr_t prior_stage_fdt_address;
* Set fdtaddr to prior stage-provided DTB in board_late_init, when
* writeable environment is available.
*/
-#define CONFIG_BOARD_LATE_INIT
#endif /* __BCMSTB_H */