diff options
author | Jerry Van Baren <gvb.uboot@gmail.com> | 2008-01-12 13:24:14 -0500 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-16 12:00:49 -0600 |
commit | b5cdd7df4a06edb91539c9a2ea7c178a870c3a95 (patch) | |
tree | bfe788a2239dcb2b302047f725df33a1150d6fd4 | |
parent | 8bd522ce4afda3d4868ee8c913f5394094326be1 (diff) | |
download | u-boot-imx-b5cdd7df4a06edb91539c9a2ea7c178a870c3a95.zip u-boot-imx-b5cdd7df4a06edb91539c9a2ea7c178a870c3a95.tar.gz u-boot-imx-b5cdd7df4a06edb91539c9a2ea7c178a870c3a95.tar.bz2 |
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: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
-rw-r--r-- | include/configs/MPC8360EMDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index fdacb90..491bd4f 100644 --- a/include/configs/MPC8360EMDS.h +++ b/include/configs/MPC8360EMDS.h @@ -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 |