diff options
| author | Simon Glass <[email protected]> | 2017-04-26 22:27:50 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-30 10:29:58 -0400 |
| commit | 4848d89d1ffe3e13ed1cbade9f25e0331493d5e5 (patch) | |
| tree | 478423d30b2423338ca595338707dd758de36849 /include | |
| parent | b1a873df0a3fb4e4cac8da5e68263715cf71dd4a (diff) | |
ti816x_evm: Change CONFIG_CMD_ASKEN to CONFIG_CMD_ASKENV
This looks like a typo. Fix it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/ti816x_evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index b5af700e381..b7ec200e068 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -49,7 +49,7 @@ #define CONFIG_SYS_LOAD_ADDR 0x81000000 /* Default load address */ -#define CONFIG_CMD_ASKEN +#define CONFIG_CMD_ASKENV #define CONFIG_OMAP_GPIO #define CONFIG_FS_FAT |
