summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2016-10-02 18:01:01 -0600
committerTom Rini <[email protected]>2016-10-06 20:40:31 -0400
commitdd9c6e48262c8c81ce216ed1afdea10c191a1719 (patch)
treebbc62effe12584683c2f987b46b636949a7c6733
parent1fb33434e37db722a9b1aef91aca6c4efc58303b (diff)
README: Drop CONFIG_OF_BOOT_CPU
This is not used in U-Boot. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: York Sun <[email protected]>
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index c233c8c405f..98d2108dde1 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.