diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:28 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:26 -0400 |
commit | 2254f132161e4421f6d6f2849056f68ca931e7de (patch) | |
tree | 4a335834306db6ee9f2e339733595f28656254e5 /README | |
parent | f399e838cfdce0c477ad6f6eb13b9021aba3bc0e (diff) | |
download | u-boot-2254f132161e4421f6d6f2849056f68ca931e7de.zip u-boot-2254f132161e4421f6d6f2849056f68ca931e7de.tar.gz u-boot-2254f132161e4421f6d6f2849056f68ca931e7de.tar.bz2 |
Kconfig: Remove CONFIG_CLOCKS_IN_MHZ
This variable is unset anywhere and only unset on a number of platforms.
Remove all relevant code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -559,19 +559,6 @@ The following options need to be configured: such as ARM architectural timer initialization. - Linux Kernel Interface: - CONFIG_CLOCKS_IN_MHZ - - U-Boot stores all clock information in Hz - internally. For binary compatibility with older Linux - kernels (which expect the clocks passed in the - bd_info data to be in MHz) the environment variable - "clocks_in_mhz" can be defined so that U-Boot - converts clock data to MHZ before passing it to the - Linux kernel. - When CONFIG_CLOCKS_IN_MHZ is defined, a definition of - "clocks_in_mhz=1" is automatically included in the - default environment. - CONFIG_MEMSIZE_IN_BYTES [relevant for MIPS only] When transferring memsize parameter to Linux, some versions |