]> Git Repo - u-boot.git/commitdiff
rockchip: doc: clarify usage of CONFIG_SPL_ROCKCHIP_BACK_TO_BROM
authorHeinrich Schuchardt <[email protected]>
Sun, 3 Jun 2018 18:41:29 +0000 (20:41 +0200)
committerPhilipp Tomsich <[email protected]>
Fri, 20 Jul 2018 23:55:26 +0000 (01:55 +0200)
Change the description relating to CONFIG_SPL_ROCKCHIP_BACK_TO_BROM to
clarify that both RK3288 and RK3036 use

CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y

Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Acked-by: Philipp Tomsich <[email protected]>
doc/README.rockchip

index d35071d653e2d1aeaf1c4a0eed9a5d0b84040c2d..51b00a9d8505f9cf4d06b1faf8f39229174d0805 100644 (file)
@@ -124,11 +124,11 @@ something like:
    =>
 
 The rockchip bootrom can load and boot an initial spl, then continue to
-load a second-level bootloader(ie. U-BOOT) as soon as it returns to bootrom.
-Therefore RK3288 has another loading sequence like RK3036. The option of
-U-Boot is controlled with this setting in U-Boot:
+load a second-stage bootloader (ie. U-Boot) as soon as the control is returned
+to the bootrom. Both the RK3288 and the RK3036 use this special boot sequence.
+The configuration option enabling this is:
 
-       #define CONFIG_SPL_ROCKCHIP_BACK_TO_BROM
+       CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y
 
 You can create the image via the following operations:
 
This page took 0.033716 seconds and 4 git commands to generate.