summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2014-07-22 15:02:43 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-23 10:57:50 +0100
commiteb49c1adf56fa16d84e8c5aff9a969d92f55da58 (patch)
tree719898f64f686392f461be2bc15ae6c3a7b2d6f2 /include
parent199cd8fbb7df07f7b665de823311abcf71718aad (diff)
downloadu-boot-eb49c1adf56fa16d84e8c5aff9a969d92f55da58.tar.gz
Add btrfs support to cmd_pxe
Build btrfs support for tegra boards
Diffstat (limited to 'include')
-rw-r--r--include/configs/tegra124-common.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/tegra124-common.h b/include/configs/tegra124-common.h
index 61e5026574..6b7cf743b6 100644
--- a/include/configs/tegra124-common.h
+++ b/include/configs/tegra124-common.h
@@ -76,4 +76,13 @@
#define CONFIG_USB_EHCI_TXFIFO_THRESH 0x10
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1
+#ifdef CONFIG_TEGRA_LP0
+#define TEGRA_LP0_ADDR 0xF46FF000
+#define TEGRA_LP0_SIZE 0x2000
+#define TEGRA_LP0_ALIGN 0x10
+#endif
+
+/* For BTRFS Support */
+#define CONFIG_CMD_BTR
+
#endif /* _TEGRA124_COMMON_H_ */