Commit ce3ca05d77a0b7e80afa111080b16d9d61a88a59

Authored by Tom Rini
1 parent e81f63f0d2

feature-removal-schedule.txt: Drop CONFIG_SYS_ENABLE_PADS_ALL/CLOCKS_ENABLE_ALL

Signed-off-by: Tom Rini <trini@ti.com>

Showing 1 changed file with 0 additions and 16 deletions Side-by-side Diff

doc/feature-removal-schedule.txt
... ... @@ -19,22 +19,6 @@
19 19  
20 20 ---------------------------
21 21  
22   -What: Remove CONFIG_SYS_ENABLE_PADS_ALL and CONFIG_SYS_CLOCKS_ENABLE_ALL
23   -When: Release v2013.07
24   -
25   -Why: When set these options enable "all" of the pads and clocks found
26   - on OMAP4/5 platforms, so that the Linux Kernel does not have to.
27   - It has been agreed that this goes against the U-Boot design
28   - philosophy and since f3f98bb0 we have not enabled more than is
29   - used in U-Boot. The kernel has been updating drivers to enable
30   - rather than assume pads/clocks have been enabled already. Our
31   - expectation is that by v2013.07 a suitable kernel shall exist that
32   - does not need these options set for a reasonable I/O set to function.
33   -
34   -Who: Tom Rini <trini@ti.com> and Sricharan R <r.sricharan@ti.com>
35   -
36   ----------------------------
37   -
38 22 What: Users of the legacy miiphy_* code
39 23 When: undetermined
40 24