On 6 July 2015 at 12:54, Simon Glass <[email protected]> wrote: > Add a test to confirm that we can probe this device and get information on > the available RAM. > > Signed-off-by: Simon Glass <[email protected]> > --- > > arch/sandbox/dts/test.dts | 4 ++++ > configs/sandbox_defconfig | 1 + > drivers/ram/Makefile | 1 + > drivers/ram/sandbox_ram.c | 38 ++++++++++++++++++++++++++++++++++++++ > test/dm/Makefile | 1 + > test/dm/ram.c | 28 ++++++++++++++++++++++++++++ > 6 files changed, 73 insertions(+) > create mode 100644 drivers/ram/sandbox_ram.c > create mode 100644 test/dm/ram.c
Applied to u-boot-dm. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

