Re: [U-Boot] [PATCH] blk: Rework guard around part_init call

2018-12-10 Thread Simon Glass
On Sun, 25 Nov 2018 at 10:37, Tom Rini wrote: > > 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 > Signed-off-by: Tom Rini > --- > drivers/

Re: [U-Boot] [PATCH] blk: Rework guard around part_init call

2018-12-05 Thread Simon Glass
On Wed, 5 Dec 2018 at 06:23, Tom Rini wrote: > > 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 > Cc: Philipp Tomsich > Cc: Michal Simek >

[U-Boot] [PATCH] blk: Rework guard around part_init call

2018-12-05 Thread Tom Rini
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 Cc: Philipp Tomsich Cc: Michal Simek Cc: York Sun Cc: Prabhakar Kushwaha Cc: Mingkai Hu Cc: Stefa

[U-Boot] [PATCH] blk: Rework guard around part_init call

2018-11-25 Thread Tom Rini
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 Signed-off-by: Tom Rini --- drivers/block/blk-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 del