diff options
| author | Tom Rini <[email protected]> | 2025-03-12 07:55:47 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-03-12 07:55:47 -0600 |
| commit | cf1c0f396393c5c641018060bbe86a9dd698fd71 (patch) | |
| tree | 7015c9d706d9c2cea97a500826f9e5c2114f1f49 /include/configs | |
| parent | 8540eba3e030fb1bcd4c6cd2d9b19f4f8ac1fb94 (diff) | |
| parent | da1eb50ca14b648984fa89c69d5e88649cec474b (diff) | |
Merge branch 'graph' of https://source.denx.de/u-boot/custodians/u-boot-tegra into next
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 2372485c84e..db2ac7f83bb 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -6,7 +6,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CFG_MALLOC_F_ADDR 0x0010000 +#define CFG_MALLOC_F_ADDR 0x000f4000 /* Size of our emulated memory */ #define SB_CONCAT(x, y) x ## y |
