diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2011-12-14 15:21:43 (GMT) |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-01-10 02:10:33 (GMT) |
commit | d926d186d77e6b2e43a6300bda2f662992ae5115 (patch) | |
tree | 786e2b8a507a8db7f7f53d1e0a500d04e33d0a52 /include | |
parent | 513e396b4fda8fe06d3e336ba74d31c75ef757db (diff) | |
download | u-boot-d926d186d77e6b2e43a6300bda2f662992ae5115.tar.xz |
powerpc/83xx/km: remove obsolete defines for tuda1
CONFIG_SYS_LCRR is unused and CONFIG_SYS_LBC_LBCR is already
defined in the common header file, so remove them.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/tuda1.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/tuda1.h b/include/configs/tuda1.h index 577bbd0..2581d8a 100644 --- a/include/configs/tuda1.h +++ b/include/configs/tuda1.h @@ -41,12 +41,6 @@ #define CONFIG_SYS_APP2_SIZE 256 /* Megabytes */ /* - * Local Bus Configuration & Clock Setup - */ -#define CONFIG_SYS_LCRR (LCRR_DBYP | LCRR_EADC_1 | LCRR_CLKDIV_2) -#define CONFIG_SYS_LBC_LBCR 0x00000000 - -/* * Init Local Bus Memory Controller: * * Bank Bus Machine PortSz Size Device |