From: Jerry Van Baren Date: Sat, 12 Jan 2008 18:24:14 +0000 (-0500) Subject: Enable the isdram command on the MPC8360EMDS board X-Git-Tag: v1.3.2-rc1~87 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b5cdd7df4a06edb91539c9a2ea7c178a870c3a95;p=oweals%2Fu-boot.git 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 Signed-off-by: Kim Phillips --- diff --git a/include/configs/MPC8360EMDS.h b/include/configs/MPC8360EMDS.h index fdacb904e5..491bd4fb87 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