summaryrefslogtreecommitdiff
path: root/include/configs/sdm845.h
diff options
context:
space:
mode:
authorDzmitry Sankouski <dsankouski@gmail.com>2021-10-17 13:44:32 +0300
committerTom Rini <trini@konsulko.com>2021-10-31 18:25:38 +0300
commit80565ec6f0c666e70b0fedd63617f0811c9fcfa7 (patch)
tree7381724e5c47883442ca4ee526516e2d964774bb /include/configs/sdm845.h
parent4cbc16ceb2db5935aede65ac8d52c234809c66d6 (diff)
downloadu-boot-80565ec6f0c666e70b0fedd63617f0811c9fcfa7.tar.xz
board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board
Samsung S9 SM-G9600 - Snapdragon SDM845 version of the phone, for China \ Hong Kong markets. Has unlockable bootloader, unlike SM-G960U (American market version), which allows running u-boot as a chain-loaded bootloader. Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com> Cc: Ramon Fried <rfried.dev@gmail.com> Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sdm845.h')
-rw-r--r--include/configs/sdm845.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/sdm845.h b/include/configs/sdm845.h
index c77d0acac6..af9ba197d4 100644
--- a/include/configs/sdm845.h
+++ b/include/configs/sdm845.h
@@ -11,19 +11,12 @@
#include <linux/sizes.h>
#include <asm/arch/sysmap-sdm845.h>
-#define CONFIG_SYS_LOAD_ADDR 0x80000000
#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 }
/* Generic Timer Definitions */
#define COUNTER_FREQUENCY 19000000
-#define EXTRA_ENV_SETTINGS \
-
-#define CONFIG_EXTRA_ENV_SETTINGS \
- "loadaddr=0x80000000\0"
-
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + SZ_8M)
#define CONFIG_SYS_BOOTM_LEN SZ_64M
/* Monitor Command Prompt */