diff options
Diffstat (limited to 'include/configs/puma_rk3399.h')
-rw-r--r-- | include/configs/puma_rk3399.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h index f778744319..ece8bba414 100644 --- a/include/configs/puma_rk3399.h +++ b/include/configs/puma_rk3399.h @@ -22,4 +22,8 @@ #define SDRAM_BANK_SIZE (2UL << 30) +#define CONFIG_MISC_INIT_R +#define CONFIG_SERIAL_TAG +#define CONFIG_ENV_OVERWRITE + #endif |