summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-05 14:39:46 -0600
committerTom Warren <twarren@nvidia.com>2015-06-09 09:56:16 -0700
commitb7160fabf11f423e879ee9cdcf8f7d0de7964509 (patch)
tree428fe7ae360e9c9b6428dd16fd3046c68e1622bf
parentf3746621f1ee2122a9fa180bce74b2940fc5c297 (diff)
downloadtalos-obmc-uboot-b7160fabf11f423e879ee9cdcf8f7d0de7964509.tar.gz
talos-obmc-uboot-b7160fabf11f423e879ee9cdcf8f7d0de7964509.zip
tegra: config: nyan-big: Add options required by Chrome OS boot
We need to match the device tree in the FIT with the U-Boot model so we can automatically select the right device tree. Also adjust the load address so that the device tree is not in the way when a zImage kernel tries to extract itself. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
-rw-r--r--include/configs/nyan-big.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h
index 515704f2ed..b99d762761 100644
--- a/include/configs/nyan-big.h
+++ b/include/configs/nyan-big.h
@@ -47,6 +47,7 @@
#define CONFIG_AS3722_POWER
#define LCD_BPP LCD_COLOR16
#define CONFIG_SYS_WHITE_ON_BLACK
+#define CONFIG_CMD_BMP
/* Align LCD to 1MB boundary */
#define CONFIG_LCD_ALIGNMENT MMU_SECTION_SIZE
@@ -77,10 +78,14 @@
#define CONFIG_CMD_DHCP
#define CONFIG_FIT
+#define CONFIG_FIT_BEST_MATCH
#define CONFIG_OF_LIBFDT
#define CONFIG_KEYBOARD
+#undef CONFIG_LOADADDR
+#define CONFIG_LOADADDR 0x82408000
+
#include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h"
OpenPOWER on IntegriCloud