diff options
| author | Simon Glass <[email protected]> | 2021-11-24 09:26:40 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2021-12-05 09:23:15 -0700 |
| commit | 32c8566f138d4685c60c83fa89cf4bb0b7b00e79 (patch) | |
| tree | 656b3ce23f7595748d3f96ecd297cee91351f569 /include/configs | |
| parent | 89050244c40e79fc24b24ee84e4e668a6dfc336d (diff) | |
sandbox: Drop CONFIG_HOST_MAX_DEVICES
This can go in the related header file. Drop the CONFIG option.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index cc3a7ff05e4..b1689d39f11 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -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 */ |
