From: Simon Glass Date: Tue, 23 Sep 2014 19:05:59 +0000 (-0600) Subject: sandbox: Fix README to indicate that vendor name is unset X-Git-Tag: KARO-TXA5-2015-06-26~38^2~4^2~1 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=9b250ac400603fae55193412107fe3b1d746fa2f sandbox: Fix README to indicate that vendor name is unset This brings in a additional small fix which was missed in a recent update to the README. Suggested-by: Masahiro Yamada Signed-off-by: Simon Glass Acked-by: Jagannadha Sutradharudu Teki --- 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.