Commit f2b3017c8e8cf571edf94d07f9fe297354ae6bad

Authored by Sjoerd Simons
Committed by Simon Glass
1 parent adfb2bfe50

doc: Fix reference to Rock pro when Rock 2 is meant

The Radxa Rock pro board is rk3188 based and thus won't work with U-Boot
built for RK3288. Change the documentation to refer to the intended
board, the Radxa Rock 2, which is an RK3288-based design very similar to
the firefly

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -39,7 +39,7 @@
39 39 At present three RK3288 boards are supported:
40 40  
41 41 - Firefly RK3288 - use firefly-rk3288 configuration
42   - - Radxa Rock Pro - also uses firefly-rk3288 configuration
  42 + - Radxa Rock 2 - also uses firefly-rk3288 configuration
43 43 - Haier Chromebook - use chromebook_jerry configuration
44 44  
45 45 For example:
... ... @@ -48,8 +48,8 @@
48 48  
49 49 (or you can use another cross compiler if you prefer)
50 50  
51   -Note that the Radxa Rock Pro uses the Firefly configuration for now as
52   -device tree files are not yet available for the Rock Pro. Clearly the two
  51 +Note that the Radxa Rock 2 uses the Firefly configuration for now as
  52 +device tree files are not yet available for the Rock 2. Clearly the two
53 53 have hardware differences, so this approach will break down as more drivers
54 54 are added.
55 55