From 2f3e83e7933875173cfa0f84ff1337a75c87f8a3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 29 Jul 2014 07:11:16 -0600 Subject: [PATCH] Cosmetic changes to comments --- configs/sama5d4-ek/src/dram_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/sama5d4-ek/src/dram_main.c b/configs/sama5d4-ek/src/dram_main.c index 667ae5388f6..e24458da39a 100644 --- a/configs/sama5d4-ek/src/dram_main.c +++ b/configs/sama5d4-ek/src/dram_main.c @@ -105,8 +105,9 @@ int dram_main(int argc, char *argv) * awkward: * * 1. Open JP23 (disabling the WM8904 data line) - * 2. Execute DRAMBOOT. The PMIC will be disabled while JP23 is closed. - * 3. At the prompt to "Send the Intel HEX file now", close JP23 + * 2. Execute DRAMBOOT. The WM8904 will be disabled while JP23 is open. + * 3. At the prompt to "Send the Intel HEX file now", close JP23, + * enabling the WM8904. * 4. Send the NuttX file. When NuttX starts, the WM8904 is initialized, * JP23 will be closed and the PMIC will be initialized. */