sandbox: Drop CONFIG_HOST_MAX_DEVICES
This can go in the related header file. Drop the CONFIG option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
#define CONFIG_SYS_TIMER_RATE 1000000
|
||||
#endif
|
||||
|
||||
#define CONFIG_HOST_MAX_DEVICES 4
|
||||
|
||||
#define CONFIG_MALLOC_F_ADDR 0x0010000
|
||||
|
||||
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
#ifndef __SANDBOX_BLOCK_DEV__
|
||||
#define __SANDBOX_BLOCK_DEV__
|
||||
|
||||
/* Maximum number of host devices - see drivers/block/sandbox.c */
|
||||
#define SANDBOX_HOST_MAX_DEVICES 4
|
||||
|
||||
struct host_block_dev {
|
||||
#ifndef CONFIG_BLK
|
||||
struct blk_desc blk_dev;
|
||||
|
||||
Reference in New Issue
Block a user