summaryrefslogtreecommitdiff
path: root/docs/make-tips.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/make-tips.txt')
-rw-r--r--docs/make-tips.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/make-tips.txt b/docs/make-tips.txt
index dcfbe22e0..4f6aa2f36 100644
--- a/docs/make-tips.txt
+++ b/docs/make-tips.txt
@@ -68,27 +68,13 @@ If you just want to clean all packages and wants to rebuild the firmware,
.Resetting OpenADK for a new target:
-You can either delete the configuration and start from scratch:
+Delete the configuration and start from scratch:
--------------------
$ rm .config*
$ make menuconfig
--------------------
-Or you can save your existing configuration and switch to a new
-one with:
-
---------------------
- $ make switch
---------------------
-
-Afterwards you can switch back to your old configuration, you just
-need to remember, which architecture and system you had configured:
-
---------------------
- $ make switch ARCH=<arch> SYSTEM=<system>
---------------------
-
OpenADK is designed to have multiple architectures and embedded system
combinations configured and build without a need to rebuild everything
from scratch. There is no limit, you just need to have enough disk space.