]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: config: nyan-big: Add options required by Chrome OS boot
authorSimon Glass <sjg@chromium.org>
Fri, 5 Jun 2015 20:39:46 +0000 (14:39 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:35 +0000 (00:42 +0200)
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>
include/configs/nyan-big.h

index 515704f2ed8b3649066133e5dbc0bf4303389a72..b99d7627612f3d4d22d1014271f1372a80244a24 100644 (file)
@@ -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
 #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"