diff options
author | Tom Rini <trini@ti.com> | 2014-05-09 18:48:26 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-09 18:48:26 -0400 |
commit | f4617ef86dbbc2b844d530564694b927099bf0a9 (patch) | |
tree | 33dd41efabe14ad2ce99559f556fa6f22841f8a5 /README | |
parent | bcb879c0e37db1cf527ff408df93918f155012ea (diff) | |
parent | 097c5de5f4a64d3b121dc1dbe020f7f2545dabdb (diff) | |
download | u-boot-imx-f4617ef86dbbc2b844d530564694b927099bf0a9.zip u-boot-imx-f4617ef86dbbc2b844d530564694b927099bf0a9.tar.gz u-boot-imx-f4617ef86dbbc2b844d530564694b927099bf0a9.tar.bz2 |
Merge branch 'tom' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -264,6 +264,17 @@ e.g. "make cogent_mpc8xx_config". And also configure the cogent directory according to the instructions in cogent/README. +Sandbox Environment: +-------------------- + +U-Boot can be built natively to run on a Linux host using the 'sandbox' +board. This allows feature development which is not board- or architecture- +specific to be undertaken on a native platform. The sandbox is also used to +run some of U-Boot's tests. + +See board/sandbox/sandbox/README.sandbox for more details. + + Configuration Options: ---------------------- |