Skip to content
Snippets Groups Projects
Commit 66d6a91d authored by Tom Warren's avatar Tom Warren Committed by Albert ARIBAUD
Browse files

tegra: fdt: Enable FDT support for Ventana


This switches Ventana over to use FDT for run-time config instead of
CONFIG options.

At present Ventana does not have its own device tree file - it just uses
the Seaboard one.

Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent d9fdfe0a
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,11 @@
#include <asm/sizes.h>
#include "tegra2-common.h"
/* Enable fdt support for Ventana. Flash the image in u-boot-dtb.bin */
#define CONFIG_DEFAULT_DEVICE_TREE tegra2-seaboard
#define CONFIG_OF_CONTROL
#define CONFIG_OF_SEPARATE
/* High-level configuration options */
#define TEGRA2_SYSMEM "mem=384M@0M nvmem=128M@384M mem=512M@512M"
#define V_PROMPT "Tegra2 (Ventana) # "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment