[FE training-materials-updates] android.hardwareboot isn't an android property, and is not even the kernel parameter to use.

maxime.ripard at free-electrons.com maxime.ripard at free-electrons.com
Tue Jun 19 14:46:02 CEST 2012


- Log -----------------------------------------------------------------
http://git.free-electrons.com/training-materials/commit/?id=d3b496b1f3e0c8b9b5113fac8204dc6f3c819396

commit d3b496b1f3e0c8b9b5113fac8204dc6f3c819396
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jun 19 14:45:37 2012 +0200

    android.hardwareboot isn't an android property, and is not even the kernel parameter to use.
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>

diff --git a/labs/android-system-customization/android-system-customization.tex b/labs/android-system-customization/android-system-customization.tex
index 7ace995..c035086 100644
--- a/labs/android-system-customization/android-system-customization.tex
+++ b/labs/android-system-customization/android-system-customization.tex
@@ -19,7 +19,7 @@ As we are still using the same platform, the product name returned by the
 kernel doesn't change, even though we compiled a different product. Change
 the name of the product that is used through the command line passed to the
 kernel to match the name of your product. You can pass the product name through
-the \code{android.hardwareboot} property.
+the \code{androidboot.hardware} kernel parameter.
 
 Now, setup a custom init config file that will be used only by your product and
 make it create the file \code{/data/hello_world}.

-----------------------------------------------------------------------

Summary of changes:
 .../android-system-customization.tex               |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


More information about the training-materials-updates mailing list