Skip to content
Snippets Groups Projects
Commit b5cdd7df authored by Jerry Van Baren's avatar Jerry Van Baren Committed by Kim Phillips
Browse files

Enable the isdram command on the MPC8360EMDS board


The isdram command prints out decoded information the "serial presence
detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
debugging memory configuration problems.

Signed-off-by: default avatarGerald Van Baren <vanbaren@cideas.com>
Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent 8bd522ce
No related branches found
No related tags found
No related merge requests found
......@@ -466,6 +466,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_I2C
#define CONFIG_CMD_ASKENV
#define CONFIG_CMD_SDRAM
#if defined(CONFIG_PCI)
#define CONFIG_CMD_PCI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment