dm: test: Add a test for the ram uclass

Add a test to confirm that we can probe this device and get information on
the available RAM.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2015-07-06 12:54:31 -06:00
parent 201c29a2d6
commit 64ce0cad9e
6 changed files with 73 additions and 0 deletions

View File

@@ -47,3 +47,4 @@ CONFIG_UT_DM=y
CONFIG_UT_ENV=y
CONFIG_CLK=y
CONFIG_RESET=y
CONFIG_RAM=y