diff options
author | Ramon Fried | 2018-09-21 13:35:46 +0300 |
---|---|---|
committer | Tom Rini | 2018-09-30 13:00:35 -0400 |
commit | 2df573e6a5d30c3f009a9cea8f5e2e11cc9710e3 (patch) | |
tree | 2ac775adb559222da742ae73b0864fb2495c7cff /arch/arm/mach-snapdragon | |
parent | 6b0861a94295a9f68dea1df6fff0d83e63718479 (diff) |
db410c: serial# env using msm board serial
The serial# environment variable needs to be
defined so it will be used by fastboot as serial
for the endpoint descriptor.
Signed-off-by: Ramon Fried <ramon.fried@gmail.com>
Diffstat (limited to 'arch/arm/mach-snapdragon')
-rw-r--r-- | arch/arm/mach-snapdragon/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-snapdragon/Kconfig b/arch/arm/mach-snapdragon/Kconfig index bfd99db6e27..e562d693c6b 100644 --- a/arch/arm/mach-snapdragon/Kconfig +++ b/arch/arm/mach-snapdragon/Kconfig @@ -14,6 +14,7 @@ choice config TARGET_DRAGONBOARD410C bool "96Boards Dragonboard 410C" + select BOARD_LATE_INIT help Support for 96Boards Dragonboard 410C. This board complies with 96Board Open Platform Specifications. Features: |