diff options
author | Simon Glass <sjg@chromium.org> | 2018-12-03 04:37:18 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-12-13 16:32:49 -0700 |
commit | c275a08bc4bc1ad1116d8bcbcc2dbe4df53ffed6 (patch) | |
tree | fce0e0db6b518726875b13bc3244fa435fcb28ca /arch | |
parent | 15a5c72ca4fc4f1df04ac3ea89c0ba4e1cd48ab4 (diff) | |
download | u-boot-c275a08bc4bc1ad1116d8bcbcc2dbe4df53ffed6.zip u-boot-c275a08bc4bc1ad1116d8bcbcc2dbe4df53ffed6.tar.gz u-boot-c275a08bc4bc1ad1116d8bcbcc2dbe4df53ffed6.tar.bz2 |
snow: Expand U-Boot size
Now that we have EFI, etc. enabled, U-Boot is larger than it was. Expand
the region allocated for it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/exynos5250-snow.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 29c13c1..e99f6e7 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -88,7 +88,7 @@ ro-boot { label = "u-boot"; - reg = <0x6000 0x9a000>; + reg = <0x6000 0xb0000>; read-only; type = "blob boot,dtb"; required; |