Skip to content

Commit

Permalink
ODROID-C3: configs: add memory test command
Browse files Browse the repository at this point in the history
Change-Id: I4ea20c055455d7add324ad133e49e649214bef16
  • Loading branch information
Joy Cho authored and tobetter committed Jul 16, 2018
1 parent 7a032be commit a3298cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/configs/odroidc3.h
Original file line number Diff line number Diff line change
Expand Up @@ -551,4 +551,11 @@
#undef ETHERNET_INTERNAL_PHY
#define ETHERNET_EXTERNAL_PHY

/* u-boot memory test */
#define CONFIG_CMD_MEMTEST
#ifdef CONFIG_CMD_MEMTEST
#define CONFIG_SYS_MEMTEST_START (128 << 20) /* 128MB */
#define CONFIG_SYS_MEMTEST_END (2048 << 20) /* 2GB */
#endif /* CONFIG_CMD_MEMTEST */

#endif

0 comments on commit a3298cb

Please sign in to comment.