summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-01-31 12:40:48 -0500
committerTom Rini <trini@ti.com>2015-01-31 12:40:48 -0500
commit358b8bc204f365be28fed94f23e53e04183a8c7f (patch)
treecbfbd51db0081424ad7f09c2fb47571c615bc35f /board
parent6a608f20b987122a658e26978d76d2753654f5f2 (diff)
parent3d4de98696d2d906c968008219bb9a65960e7c10 (diff)
Merge branch 'patman' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'board')
-rw-r--r--board/sandbox/README.sandbox4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox
index 5f879f5506..3c0df17845 100644
--- a/board/sandbox/README.sandbox
+++ b/board/sandbox/README.sandbox
@@ -18,8 +18,8 @@ create unit tests which we can run to test this upper level code.
CONFIG_SANDBOX is defined when building a native board.
-The chosen vendor and board names are also 'sandbox', so there is a single
-board in board/sandbox.
+The board name is 'sandbox' but the vendor name is unset, so there is a
+single board in board/sandbox.
CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian
machines.