diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-02 18:01:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-06 20:40:31 -0400 |
commit | dd9c6e48262c8c81ce216ed1afdea10c191a1719 (patch) | |
tree | bbc62effe12584683c2f987b46b636949a7c6733 /README | |
parent | 1fb33434e37db722a9b1aef91aca6c4efc58303b (diff) | |
download | u-boot-dd9c6e48262c8c81ce216ed1afdea10c191a1719.zip u-boot-dd9c6e48262c8c81ce216ed1afdea10c191a1719.tar.gz u-boot-dd9c6e48262c8c81ce216ed1afdea10c191a1719.tar.bz2 |
README: Drop CONFIG_OF_BOOT_CPU
This is not used in U-Boot.
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
@@ -695,11 +695,6 @@ The following options need to be configured: This causes ft_system_setup() to be called before booting the kernel. - CONFIG_OF_BOOT_CPU - - This define fills in the correct boot CPU in the boot - param header, the default value is zero if undefined. - CONFIG_OF_IDE_FIXUP U-Boot can detect if an IDE device is present or not. |