]> Git Repo - J-u-boot.git/commit
blk: Rework guard around part_init call
authorTom Rini <[email protected]>
Wed, 5 Dec 2018 13:23:38 +0000 (08:23 -0500)
committerTom Rini <[email protected]>
Wed, 12 Dec 2018 17:14:22 +0000 (12:14 -0500)
commit91ff6865629c81b8643b4ef6130e3e2130c60400
tree000bb0133403698032c8316f4870e8dfc5017940
parentb0b1768e1b138204ab07d46cbe7d24d3770f0a12
blk: Rework guard around part_init call

The function part_init() will only be built when we have both
CONFIG_PARTITIONS and CONFIG_HAVE_BLOCK_DEVICE set.  Protect the call to
this function with both of these tests now.

Cc: Simon Glass <[email protected]>
Cc: Philipp Tomsich <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: York Sun <[email protected]>
Cc: Prabhakar Kushwaha <[email protected]>
Cc: Mingkai Hu <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Marek BehĂșn <[email protected]>
Cc: Vanessa Maegima <[email protected]>
Cc: Eugen Hristev <[email protected]>
Cc: Adam Ford <[email protected]>
Cc: Jagan Teki <[email protected]>
Cc: Tom Warren <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Vitaly Andrianov <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
common/spl/Kconfig
configs/evb-rk3036_defconfig
configs/kylin-rk3036_defconfig
doc/driver-model/MIGRATION.txt
drivers/Makefile
drivers/block/Makefile
drivers/block/blk-uclass.c
scripts/Makefile.spl
This page took 0.034827 seconds and 4 git commands to generate.