diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-02 18:01:07 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-06 20:40:44 -0400 |
commit | 4b7283a3d6527b8d1b2f8db903ce1e5446f91414 (patch) | |
tree | 9053aa449cfed1aee4e20dd024082000b63fb2b4 /README | |
parent | acd51f9d91d7c4d04732929522e5fc3ca9c459ee (diff) | |
download | u-boot-4b7283a3d6527b8d1b2f8db903ce1e5446f91414.zip u-boot-4b7283a3d6527b8d1b2f8db903ce1e5446f91414.tar.gz u-boot-4b7283a3d6527b8d1b2f8db903ce1e5446f91414.tar.bz2 |
README: Drop CONFIG_SYS_USE_OSCCLK
This is not used in U-Boot so drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4546,11 +4546,6 @@ Low Level (hardware related) configuration options: enable SPI microcode relocation patch (MPC8xx); define relocation offset in DPRAM [SCC4] -- CONFIG_SYS_USE_OSCCLK: - Use OSCM clock mode on MBX8xx board. Be careful, - wrong setting might damage your board. Read - doc/README.MBX before setting this variable! - - CONFIG_SYS_CPM_POST_WORD_ADDR: (MPC8xx, MPC8260 only) Offset of the bootmode word in DPRAM used by post (Power On Self Tests). This definition overrides |