mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 06:26:13 -04:00
DaVinci: Remove incorrect CONFIG option
The option CONFIG_SOC_DM6447 seems to have ended up in the code by mistake. It is not used anywhere and there is no chip called DM6447. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
This commit is contained in:
parent
f3d5d31063
commit
724bd3c50f
@ -54,12 +54,6 @@
|
|||||||
#define DDR_PLLDIV PLLC_PLLDIV2
|
#define DDR_PLLDIV PLLC_PLLDIV2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_DM6447
|
|
||||||
#define ARM_PLLDIV PLLC_PLLDIV2
|
|
||||||
#define DSP_PLLDIV PLLC_PLLDIV1
|
|
||||||
#define DDR_PLLDIV PLLC_PLLDIV1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_SOC_DM646X
|
#ifdef CONFIG_SOC_DM646X
|
||||||
#define DSP_PLLDIV PLLC_PLLDIV1
|
#define DSP_PLLDIV PLLC_PLLDIV1
|
||||||
#define ARM_PLLDIV PLLC_PLLDIV2
|
#define ARM_PLLDIV PLLC_PLLDIV2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user