summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-02 18:01:01 -0600
committerTom Rini <trini@konsulko.com>2016-10-06 20:40:31 -0400
commitdd9c6e48262c8c81ce216ed1afdea10c191a1719 (patch)
treebbc62effe12584683c2f987b46b636949a7c6733 /README
parent1fb33434e37db722a9b1aef91aca6c4efc58303b (diff)
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--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index c233c8c405..98d2108dde 100644
--- a/README
+++ b/README
@@ -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.