summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xxx
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2012-08-17 09:00:54 +0000
committerAndy Fleming <afleming@freescale.com>2012-08-23 12:16:56 -0500
commit7ac3cc20e09e10051fb42e4bb2325177c8b32e86 (patch)
tree424c6d6ec1243edc94b05905e4c29ac1842fd70f /arch/powerpc/cpu/mpc8xxx
parent1d083ff2c4be7864aacec30a82d01e90b78e680a (diff)
downloadu-boot-imx-7ac3cc20e09e10051fb42e4bb2325177c8b32e86.zip
u-boot-imx-7ac3cc20e09e10051fb42e4bb2325177c8b32e86.tar.gz
u-boot-imx-7ac3cc20e09e10051fb42e4bb2325177c8b32e86.tar.bz2
powerpc/mpc8xxx: Move HWCONFIG_BUFFER_SIZE into config.h
Before proper environment is setup, we extract hwconfig and put it into a buffer with size HWCONFIG_BUFFER_SIZE. We need to enlarge the buffer to accommodate longer string. Since this macro is used in multiple files, we move it into arch/powerpc/include/asm/config.h. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xxx')
-rw-r--r--arch/powerpc/cpu/mpc8xxx/ddr/options.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/options.c b/arch/powerpc/cpu/mpc8xxx/ddr/options.c
index 2923456..13e4825 100644
--- a/arch/powerpc/cpu/mpc8xxx/ddr/options.c
+++ b/arch/powerpc/cpu/mpc8xxx/ddr/options.c
@@ -19,7 +19,6 @@
* This is pretty fragile on both the use of stack and if the buffer is big
* enough. However we will get a warning from getenv_f for the later.
*/
-#define HWCONFIG_BUFFER_SIZE 128
/* Board-specific functions defined in each board's ddr.c */
extern void fsl_ddr_board_options(memctl_options_t *popts,