diff options
author | Tom Rini <trini@ti.com> | 2014-09-23 10:52:18 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-09-23 10:52:18 -0400 |
commit | 692c223518023b47579fbf1142a8f639cbedb5b0 (patch) | |
tree | 37dac63e896e3e4e2e7d9158acfaaa5544a9961f /board | |
parent | 2a8c9c86b92a9ccee3c27286de317e19bb0530b3 (diff) | |
parent | 983a2749e2fdc459b2f44e82241a5c314ddbcdf6 (diff) | |
download | u-boot-imx-692c223518023b47579fbf1142a8f639cbedb5b0.zip u-boot-imx-692c223518023b47579fbf1142a8f639cbedb5b0.tar.gz u-boot-imx-692c223518023b47579fbf1142a8f639cbedb5b0.tar.bz2 |
Merge branch 'misc' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'board')
-rw-r--r-- | board/sandbox/README.sandbox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/sandbox/README.sandbox b/board/sandbox/README.sandbox index 529c447..5f879f5 100644 --- a/board/sandbox/README.sandbox +++ b/board/sandbox/README.sandbox @@ -19,7 +19,7 @@ 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/sandbox. +board in board/sandbox. CONFIG_SANDBOX_BIG_ENDIAN should be defined when running on big-endian machines. @@ -32,7 +32,7 @@ Basic Operation To run sandbox U-Boot use something like: - make sandbox_config all + make sandbox_defconfig all ./u-boot Note: @@ -41,7 +41,7 @@ Note: build sandbox without SDL (i.e. no display/keyboard support) by removing the CONFIG_SANDBOX_SDL line in include/configs/sandbox.h or using: - make sandbox_config all NO_SDL=1 + make sandbox_defconfig all NO_SDL=1 ./u-boot |