Commit e309ca70 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] m68knommu: comment formating change to linker script

Fix comment formatting in m68knommu linker script.
Signed-off-by: default avatarGreg Ungerer <gerg@snapgear.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ddb76257
...@@ -124,9 +124,8 @@ ...@@ -124,9 +124,8 @@
#endif #endif
/* /*
* The senTec COBRA5272 board has nearly the same * The senTec COBRA5272 board has nearly the same memory layout as
* memory layout as the M5272C3. * the M5272C3. We assume 16MiB ram.
* We assume 16MB ram.
*/ */
#if defined(CONFIG_COBRA5272) #if defined(CONFIG_COBRA5272)
#define RAM_START 0x20000 #define RAM_START 0x20000
...@@ -139,8 +138,7 @@ ...@@ -139,8 +138,7 @@
#endif #endif
/* /*
* The senTec COBRA5282 board has the same * The senTec COBRA5282 board has the same memory layout as the M5282EVB.
* memory layout as the M5282EVB.
*/ */
#if defined(CONFIG_COBRA5282) #if defined(CONFIG_COBRA5282)
#define RAM_START 0x10000 #define RAM_START 0x10000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment