tests: ext2: reduce ram disk size for small.overlay
- Reduces the ram disc sector count from 400 to 220. - Saves about 90KB of RAM. All tests still passed. - Allows platforms with less RAM to run the ramdisc_small.overlay test. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
eb8ab0a937
commit
efbe756b62
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
|||
compatible = "zephyr,ram-disk";
|
||||
disk-name = "RAM";
|
||||
sector-size = <512>;
|
||||
sector-count = <400>;
|
||||
sector-count = <220>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue