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

[PATCH] selection of boot parameters at configure time for Motorola 5282 targets

Allow setting boot time parameters at configuration for Motorola
5282 targets.
parent 82a333fa
...@@ -62,7 +62,7 @@ void config_BSP(char *commandp, int size) ...@@ -62,7 +62,7 @@ void config_BSP(char *commandp, int size)
{ {
mcf_disableall(); mcf_disableall();
#if defined(CONFIG_BOOTPARAM) #ifdef CONFIG_BOOTPARAM
strncpy(commandp, CONFIG_BOOTPARAM_STRING, size); strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
commandp[size-1] = 0; commandp[size-1] = 0;
#else #else
......
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