Index: include/configs/chromeos/tegra2/common.h |
diff --git a/include/configs/chromeos/tegra2/common.h b/include/configs/chromeos/tegra2/common.h |
index f561f528071691d5544c1c7309be0699da6753c6..f4d94c4a1fafb5e1f52f857fe181d8518ea7c986 100644 |
--- a/include/configs/chromeos/tegra2/common.h |
+++ b/include/configs/chromeos/tegra2/common.h |
@@ -120,6 +120,14 @@ |
#define CONFIG_SYS_I2C_SPEED 100000 |
#endif |
+/* make sure the following 2 defines have the same values (_STR is the string of TEGRA_LP0_DEFAULT_ADDR) */ |
+#define TEGRA_LP0_DEFAULT_ADDR 0x1C406000 /* inside carveout memory region */ |
+#define TEGRA_LP0_DEFAULT_ADDR_STR "0x1C406000" /* inside carveout memory region */ |
+ |
+/* make sure the following 2 defines have the same values (_STR is the string of TEGRA_LP0_SIZE) */ |
+#define TEGRA_LP0_SIZE 0x2000 /* 8KB */ |
+#define TEGRA_LP0_SIZE_STR "0x2000" /* 8KB */ |
+ |
#define CONFIG_LOADADDR 0x40C000 |
#define CONFIG_BOOTDELAY 2 /* 2s to break to prompt */ |
#define CONFIG_TEGRA_ENV_SETTINGS \ |