diff options
| author | Markus Klotzbuecher <mk@denx.de> | 2008-10-21 09:18:01 +0200 | 
|---|---|---|
| committer | Markus Klotzbuecher <mk@denx.de> | 2008-10-21 09:18:01 +0200 | 
| commit | 50bd0057ba8fceeb48533f8b1a652ccd0e170838 (patch) | |
| tree | ea1a183343573c2a48248923b96d316c0956727c /cpu/mpc86xx/fdt.c | |
| parent | 9dbc366744960013965fce8851035b6141f3b3ae (diff) | |
| parent | f82642e33899766892499b163e60560fbbf87773 (diff) | |
| download | olio-uboot-2014.01-50bd0057ba8fceeb48533f8b1a652ccd0e170838.tar.xz olio-uboot-2014.01-50bd0057ba8fceeb48533f8b1a652ccd0e170838.zip | |
Merge git://git.denx.de/u-boot into x1
Conflicts:
	drivers/usb/usb_ohci.c
Diffstat (limited to 'cpu/mpc86xx/fdt.c')
| -rw-r--r-- | cpu/mpc86xx/fdt.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cpu/mpc86xx/fdt.c b/cpu/mpc86xx/fdt.c index 12d905203..1fef94f5d 100644 --- a/cpu/mpc86xx/fdt.c +++ b/cpu/mpc86xx/fdt.c @@ -28,8 +28,8 @@ void ft_cpu_setup(void *blob, bd_t *bd)  	fdt_fixup_ethernet(blob);  #endif -#ifdef CFG_NS16550 +#ifdef CONFIG_SYS_NS16550  	do_fixup_by_compat_u32(blob, "ns16550", -			       "clock-frequency", CFG_NS16550_CLK, 1); +			       "clock-frequency", CONFIG_SYS_NS16550_CLK, 1);  #endif  } |