diff options
author | Tom Rini | 2022-03-24 17:17:58 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-01 10:28:47 -0400 |
commit | 28f9c3125dc1c970757520697c999002292cfd5a (patch) | |
tree | b78f4a6d5a3a24bfad728302c6b74b320e5ba283 /include/configs/ls1021atwr.h | |
parent | ac28e20842f5a93aeb62bc0c2cac67ff1f0885ea (diff) |
Convert CONFIG_DEEP_SLEEP to Kconfig
This converts the following to Kconfig:
CONFIG_DEEP_SLEEP
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index b607dd37e2f..cadcf22240d 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_DEEP_SLEEP - #define CONFIG_SYS_INIT_RAM_ADDR OCRAM_BASE_ADDR #define CONFIG_SYS_INIT_RAM_SIZE OCRAM_SIZE |